#E01C4A

Color #E01C4A Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #E01C4A

Tints of Crimson #E01C4A

Color information

#E01C4A (or 0xE01C4A) is unknown color: approx Crimson. HEX triplet: E0, 1C and 4A. RGB value is (224,28,74). Sum of RGB (Red+Green+Blue) = 224+28+74=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01C4A is #1FE3B5. Grayscale: #5B5B5B. Windows color (decimal): -2089910 or 4857056. OLE color: 4857056.

HSL color Cylindrical-coordinate representation of color #E01C4A: hue angle of 345.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01C4A is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB2242874-
CMYK00.880.670.12
HSL345.92º77.78%49.41%-
HSV(B)345.92º87.5%87.84%-
XYZ32.3917.178.09-
YUV91.85117.93222.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 68.71%
GREEN value IS 28 (11.33% from 255) = 8.59%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=68.71%
G=8.59%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224287400.880.670.12345.9277.7849.41
HexE01C4A05843C15a4e31
Octal3403411201301031453211661
Binary1110000011100100101001011000100001111001010110101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01C4A; }

 p { color: rgb(224,28,74); }

 H1.HeaderClassName
 {
   color: #E01C4A;
 }
 .AnyTagClassName
 {
   color: #E01C4A;
 }
</style>
background-color css

<style>
 a { background-color: #E01C4A; }

 a { background-color: rgb(224,28,74); }

 div.DivClassName
 {
   background-color: #E01C4A;
 }
 .BgClassName
 {
   background-color: #E01C4A;
 }
</style>
border-color css

<style>
 span { border-color: #E01C4A; }

 span { border-color: rgb(224,28,74); }

 td.TdClassName
 {
   border-color: #E01C4A;
 }
 .TagClassName
 {
   border-color: #E01C4A;
 }
</style>