#EE3D39

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

Shades of Cinnabar #EE3D39

Tints of Cinnabar #EE3D39

Color information

#EE3D39 (or 0xEE3D39) is unknown color: approx Cinnabar. HEX triplet: EE, 3D and 39. RGB value is (238,61,57). Sum of RGB (Red+Green+Blue) = 238+61+57=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3D39 is #11C2C6. Grayscale: #717171. Windows color (decimal): -1163975 or 3751406. OLE color: 3751406.

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

Color convert

RGB2386157-
CMYK00.740.760.07
HSL1.33º84.19%57.84%-
HSV(B)1.33º76.05%93.33%-
XYZ37.6721.816.1-
YUV113.4796.14216.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 66.85%
GREEN value IS 61 (24.22% from 255) = 17.13%
BLUE value IS 57 (22.66% from 255) = 16.01%
R=66.85%
G=17.13%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238615700.740.760.071.3384.1957.84
HexEE3D3904A4C71543a
Octal356757101121147112472
Binary1110111011110111100101001010100110011111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3D39; }

 p { color: rgb(238,61,57); }

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

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

 a { background-color: rgb(238,61,57); }

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

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

 span { border-color: rgb(238,61,57); }

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