Html Css Color HEX #EC4020 Cinnabar

📋 copy color: '#EC4020'

red 236 ◦ green 64 ◦ blue 32

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

Shades of Cinnabar #EC4020

Tints of Cinnabar #EC4020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

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

R = 71.08%
G = 19.28%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC4020 (or 0xEC4020) is known color: Cinnabar. HEX triplet: EC, 40 and 20. RGB value is (236,64,32). Sum of RGB (Red+Green+Blue) = 236+64+32=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4020 is #13BFDF. Grayscale: #707070. Windows color (decimal): -1294304 or 2113772. OLE color: 2113772.

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

Color convert

RGB 236 64 32 -
CMYK 0 0.73 0.86 0.07
HSL 9.41º 0.84% 0.53% -
HSV(B) 9.41º 0.86% 0.93% -
XYZ 36.69 21.6 3.6 -
YUV 111.78 82.98 216.6 -
System Red Green Blue C M Y K H S L
Decimal 236 64 32 0 0.73 0.86 0.07 9.41 0.84 0.53
Hex EC 40 20 0 49 56 7 9 54 35
Octal 354 100 40 0 111 126 7 11 124 65
Binary 11101100 1000000 100000 0 1001001 1010110 111 1001 1010100 110101

Color Harmonies of #EC4020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4020

Black with #EC4020

Text Example


Text Example

White with #EC4020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4020; }

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

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

background-color css

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

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

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

border-color css

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

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

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