#EC3C22

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

Shades of Cinnabar #EC3C22

Tints of Cinnabar #EC3C22

Color information

#EC3C22 (or 0xEC3C22) is unknown color: approx Cinnabar. HEX triplet: EC, 3C and 22. RGB value is (236,60,34). Sum of RGB (Red+Green+Blue) = 236+60+34=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3C22 is #13C3DD. Grayscale: #6D6D6D. Windows color (decimal): -1295326 or 2243820. OLE color: 2243820.

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

Color convert

RGB2366034-
CMYK00.750.860.07
HSL7.72º84.17%52.94%-
HSV(B)7.72º85.59%92.55%-
XYZ36.521.183.68-
YUV109.6685.31218.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.52%
GREEN value IS 60 (23.83% from 255) = 18.18%
BLUE value IS 34 (13.67% from 255) = 10.30%
R=71.52%
G=18.18%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236603400.750.860.077.7284.1752.94
HexEC3C2204B56785435
Octal3547442011312671012465
Binary1110110011110010001001001011101011011110001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3C22; }

 p { color: rgb(236,60,34); }

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

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

 a { background-color: rgb(236,60,34); }

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

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

 span { border-color: rgb(236,60,34); }

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