#EE2D23

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

Shades of Cinnabar #EE2D23

Tints of Cinnabar #EE2D23

Color information

#EE2D23 (or 0xEE2D23) is unknown color: approx Cinnabar. HEX triplet: EE, 2D and 23. RGB value is (238,45,35). Sum of RGB (Red+Green+Blue) = 238+45+35=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2D23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2D23 is #11D2DC. Grayscale: #656565. Windows color (decimal): -1168093 or 2305518. OLE color: 2305518.

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

Color convert

RGB2384535-
CMYK00.810.850.07
HSL2.96º85.65%53.53%-
HSV(B)2.96º85.29%93.33%-
XYZ36.520.183.56-
YUV101.5790.44225.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 74.84%
GREEN value IS 45 (17.97% from 255) = 14.15%
BLUE value IS 35 (14.06% from 255) = 11.01%
R=74.84%
G=14.15%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238453500.810.850.072.9685.6553.53
HexEE2D2305155735636
Octal356554301211257312666
Binary11101110101101100011010100011010101111111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2D23; }

 p { color: rgb(238,45,35); }

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

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

 a { background-color: rgb(238,45,35); }

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

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

 span { border-color: rgb(238,45,35); }

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