#EE372C

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

Shades of Cinnabar #EE372C

Tints of Cinnabar #EE372C

Color information

#EE372C (or 0xEE372C) is unknown color: approx Cinnabar. HEX triplet: EE, 37 and 2C. RGB value is (238,55,44). Sum of RGB (Red+Green+Blue) = 238+55+44=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE372C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE372C is #11C8D3. Grayscale: #6C6C6C. Windows color (decimal): -1165524 or 2897902. OLE color: 2897902.

HSL color Cylindrical-coordinate representation of color #EE372C: hue angle of 3.4º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE372C is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB2385544-
CMYK00.770.820.07
HSL3.4º85.09%55.29%-
HSV(B)3.4º81.51%93.33%-
XYZ37.0821.094.5-
YUV108.4691.63220.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 70.62%
GREEN value IS 55 (21.88% from 255) = 16.32%
BLUE value IS 44 (17.58% from 255) = 13.06%
R=70.62%
G=16.32%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238554400.770.820.073.485.0955.29
HexEE372C04D52735537
Octal356675401151227312567
Binary11101110110111101100010011011010010111111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE372C; }

 p { color: rgb(238,55,44); }

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

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

 a { background-color: rgb(238,55,44); }

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

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

 span { border-color: rgb(238,55,44); }

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