#EE3C1A

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

Shades of Cinnabar #EE3C1A

Tints of Cinnabar #EE3C1A

Color information

#EE3C1A (or 0xEE3C1A) is unknown color: approx Cinnabar. HEX triplet: EE, 3C and 1A. RGB value is (238,60,26). Sum of RGB (Red+Green+Blue) = 238+60+26=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3C1A is #11C3E5. Grayscale: #6D6D6D. Windows color (decimal): -1164262 or 1719534. OLE color: 1719534.

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

Color convert

RGB2386026-
CMYK00.750.890.07
HSL9.62º86.18%51.76%-
HSV(B)9.62º89.08%93.33%-
XYZ37.0621.483.17-
YUV109.3580.97219.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 73.46%
GREEN value IS 60 (23.83% from 255) = 18.52%
BLUE value IS 26 (10.55% from 255) = 8.02%
R=73.46%
G=18.52%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238602600.750.890.079.6286.1851.76
HexEE3C1A04B597a5634
Octal3567432011313171212664
Binary111011101111001101001001011101100111110101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3C1A; }

 p { color: rgb(238,60,26); }

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

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

 a { background-color: rgb(238,60,26); }

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

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

 span { border-color: rgb(238,60,26); }

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