#EE2C27

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

Shades of Cinnabar #EE2C27

Tints of Cinnabar #EE2C27

Color information

#EE2C27 (or 0xEE2C27) is unknown color: approx Cinnabar. HEX triplet: EE, 2C and 27. RGB value is (238,44,39). Sum of RGB (Red+Green+Blue) = 238+44+39=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2C27 is #11D3D8. Grayscale: #656565. Windows color (decimal): -1168345 or 2567406. OLE color: 2567406.

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

Color convert

RGB2384439-
CMYK00.820.840.07
HSL1.51º85.41%54.31%-
HSV(B)1.51º83.61%93.33%-
XYZ36.5320.123.88-
YUV101.4492.77225.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 74.14%
GREEN value IS 44 (17.58% from 255) = 13.71%
BLUE value IS 39 (15.62% from 255) = 12.15%
R=74.14%
G=13.71%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238443900.820.840.071.5185.4154.31
HexEE2C2705254725536
Octal356544701221247212566
Binary11101110101100100111010100101010100111101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2C27; }

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

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

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

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

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

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

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

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