#EE2E23

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

Shades of Cinnabar #EE2E23

Tints of Cinnabar #EE2E23

Color information

#EE2E23 (or 0xEE2E23) is unknown color: approx Cinnabar. HEX triplet: EE, 2E and 23. RGB value is (238,46,35). Sum of RGB (Red+Green+Blue) = 238+46+35=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2E23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2E23 is #11D1DC. Grayscale: #666666. Windows color (decimal): -1167837 or 2305774. OLE color: 2305774.

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

Color convert

RGB2384635-
CMYK00.810.850.07
HSL3.25º85.65%53.53%-
HSV(B)3.25º85.29%93.33%-
XYZ36.5420.253.57-
YUV102.1590.11224.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 74.61%
GREEN value IS 46 (18.36% from 255) = 14.42%
BLUE value IS 35 (14.06% from 255) = 10.97%
R=74.61%
G=14.42%
B=10.97%

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
Decimal238463500.810.850.073.2585.6553.53
HexEE2E2305155735636
Octal356564301211257312666
Binary11101110101110100011010100011010101111111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2E23; }

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

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

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

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

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

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

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

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