#ee452c

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

Shades of Cinnabar #EE452C

Tints of Cinnabar #EE452C

Color information

#EE452C (or 0xEE452C) is unknown color: approx Cinnabar. HEX triplet: EE, 45 and 2C. RGB value is (238,69,44). Sum of RGB (Red+Green+Blue) = 238+69+44=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE452C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE452C is #11BAD3. Grayscale: #747474. Windows color (decimal): -1161940 or 2901486. OLE color: 2901486.

HSL color Cylindrical-coordinate representation of color #EE452C: hue angle of 7.73º 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 #EE452C is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB2386944-
CMYK00.710.820.07
HSL7.73º85.09%55.29%-
HSV(B)7.73º81.51%93.33%-
XYZ37.8422.624.75-
YUV116.6886.99214.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 67.81%
GREEN value IS 69 (27.34% from 255) = 19.66%
BLUE value IS 44 (17.58% from 255) = 12.54%
R=67.81%
G=19.66%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238694400.710.820.077.7385.0955.29
HexEE452C04752785537
Octal35610554010712271012567
Binary11101110100010110110001000111101001011110001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee452c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee452c; }

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

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

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

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

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

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

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

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