#ee442c

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

Shades of Cinnabar #EE442C

Tints of Cinnabar #EE442C

Color information

#EE442C (or 0xEE442C) is unknown color: approx Cinnabar. HEX triplet: EE, 44 and 2C. RGB value is (238,68,44). Sum of RGB (Red+Green+Blue) = 238+68+44=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE442C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE442C is #11BBD3. Grayscale: #747474. Windows color (decimal): -1162196 or 2901230. OLE color: 2901230.

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

Color convert

RGB2386844-
CMYK00.710.820.07
HSL7.42º85.09%55.29%-
HSV(B)7.42º81.51%93.33%-
XYZ37.7822.494.73-
YUV116.0987.32214.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 68%
GREEN value IS 68 (26.95% from 255) = 19.43%
BLUE value IS 44 (17.58% from 255) = 12.57%
R=68%
G=19.43%
B=12.57%

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
Decimal238684400.710.820.077.4285.0955.29
HexEE442C04752775537
Octal3561045401071227712567
Binary1110111010001001011000100011110100101111111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee442c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee442c; }

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

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

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

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

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

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

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

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