#e04a1c

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

Shades of Cinnabar #E04A1C

Tints of Cinnabar #E04A1C

Color information

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

HSL color Cylindrical-coordinate representation of color #E04A1C: hue angle of 14.08º 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 #E04A1C is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB2247428-
CMYK00.670.880.12
HSL14.08º77.78%49.41%-
HSV(B)14.08º87.5%87.84%-
XYZ33.420.833.36-
YUV113.6179.7206.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224742800.670.880.1214.0877.7849.41
HexE04A1C04358Ce4e31
Octal340112340103130141611661
Binary11100000100101011100010000111011000110011101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e04a1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e04a1c; }

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

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

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

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

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

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

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

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