#E03E1C

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

Shades of Cinnabar #E03E1C

Tints of Cinnabar #E03E1C

Color information

#E03E1C (or 0xE03E1C) is unknown color: approx Cinnabar. HEX triplet: E0, 3E and 1C. RGB value is (224,62,28). Sum of RGB (Red+Green+Blue) = 224+62+28=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E03E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03E1C is #1FC1E3. Grayscale: #6A6A6A. Windows color (decimal): -2081252 or 1851104. OLE color: 1851104.

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

Color convert

RGB2246228-
CMYK00.720.880.12
HSL10.41º77.78%49.41%-
HSV(B)10.41º87.5%87.84%-
XYZ32.6719.383.12-
YUV106.5683.67211.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 71.34%
GREEN value IS 62 (24.61% from 255) = 19.75%
BLUE value IS 28 (11.33% from 255) = 8.92%
R=71.34%
G=19.75%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224622800.720.880.1210.4177.7849.41
HexE03E1C04858Ca4e31
Octal34076340110130141211661
Binary1110000011111011100010010001011000110010101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03E1C; }

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

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

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

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

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

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

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

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