#E03C27

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

Shades of Cinnabar #E03C27

Tints of Cinnabar #E03C27

Color information

#E03C27 (or 0xE03C27) is unknown color: approx Cinnabar. HEX triplet: E0, 3C and 27. RGB value is (224,60,39). Sum of RGB (Red+Green+Blue) = 224+60+39=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03C27 is #1FC3D8. Grayscale: #6A6A6A. Windows color (decimal): -2081753 or 2571488. OLE color: 2571488.

HSL color Cylindrical-coordinate representation of color #E03C27: hue angle of 6.81º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E03C27 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB2246039-
CMYK00.730.830.12
HSL6.81º74.9%51.57%-
HSV(B)6.81º82.59%87.84%-
XYZ32.7219.233.91-
YUV106.6489.83211.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 69.35%
GREEN value IS 60 (23.83% from 255) = 18.58%
BLUE value IS 39 (15.62% from 255) = 12.07%
R=69.35%
G=18.58%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224603900.730.830.126.8174.951.57
HexE03C2704953C74b34
Octal3407447011112314711364
Binary1110000011110010011101001001101001111001111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03C27; }

 p { color: rgb(224,60,39); }

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

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

 a { background-color: rgb(224,60,39); }

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

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

 span { border-color: rgb(224,60,39); }

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