Html Css Color HEX #EC4620 Cinnabar

📋 copy color: '#EC4620'

red 236 ◦ green 70 ◦ blue 32

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

Shades of Cinnabar #EC4620

Tints of Cinnabar #EC4620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.71%

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

R = 69.82%
G = 20.71%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC4620 (or 0xEC4620) is known color: Cinnabar. HEX triplet: EC, 46 and 20. RGB value is (236,70,32). Sum of RGB (Red+Green+Blue) = 236+70+32=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4620 is #13B9DF. Grayscale: #737373. Windows color (decimal): -1292768 or 2115308. OLE color: 2115308.

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

Color convert

RGB 236 70 32 -
CMYK 0 0.70 0.86 0.07
HSL 11.18º 0.84% 0.53% -
HSV(B) 11.18º 0.86% 0.93% -
XYZ 37.04 22.32 3.72 -
YUV 115.3 81 214.09 -
System Red Green Blue C M Y K H S L
Decimal 236 70 32 0 0.70 0.86 0.07 11.18 0.84 0.53
Hex EC 46 20 0 46 56 7 B 54 35
Octal 354 106 40 0 106 126 7 13 124 65
Binary 11101100 1000110 100000 0 1000110 1010110 111 1011 1010100 110101

Color Harmonies of #EC4620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4620

Black with #EC4620

Text Example


Text Example

White with #EC4620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4620; }

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

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

background-color css

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

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

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

border-color css

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

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

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