Html Css Color HEX #EC3E20 Cinnabar

📋 copy color: '#EC3E20'

red 236 ◦ green 62 ◦ blue 32

#EC3E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #EC3E20

Tints of Cinnabar #EC3E20

RGB

 RED value IS 236 (92.58% from 255) = 71.52%

 GREEN value IS 62 (24.61% from 255) = 18.79%

 BLUE value IS 32 (12.89% from 255) = 9.7%

R = 71.52%
G = 18.79%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC3E20 (or 0xEC3E20) is known color: Cinnabar. HEX triplet: EC, 3E and 20. RGB value is (236,62,32). Sum of RGB (Red+Green+Blue) = 236+62+32=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3E20 is #13C1DF. Grayscale: #6E6E6E. Windows color (decimal): -1294816 or 2113260. OLE color: 2113260.

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

Color convert

RGB 236 62 32 -
CMYK 0 0.74 0.86 0.07
HSL 8.82º 0.84% 0.53% -
HSV(B) 8.82º 0.86% 0.93% -
XYZ 36.58 21.38 3.57 -
YUV 110.61 83.65 217.44 -
System Red Green Blue C M Y K H S L
Decimal 236 62 32 0 0.74 0.86 0.07 8.82 0.84 0.53
Hex EC 3E 20 0 4A 56 7 9 54 35
Octal 354 76 40 0 112 126 7 11 124 65
Binary 11101100 111110 100000 0 1001010 1010110 111 1001 1010100 110101

Color Harmonies of #EC3E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3E20

Black with #EC3E20

Text Example


Text Example

White with #EC3E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3E20; }

 p { color: rgb(236,62,32); }

 H1.HeaderClassName
 {
   color: #EC3E20;
 }
 .AnyTagClassName
 {
   color: #EC3E20;
 }
</style>

background-color css

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

 a { background-color: rgb(236,62,32); }

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

border-color css

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

 span { border-color: rgb(236,62,32); }

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