Html Css Color HEX #EC4520 Cinnabar

📋 copy color: '#EC4520'

red 236 ◦ green 69 ◦ blue 32

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

Shades of Cinnabar #EC4520

Tints of Cinnabar #EC4520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.47%

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

R = 70.03%
G = 20.47%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC4520 (or 0xEC4520) is known color: Cinnabar. HEX triplet: EC, 45 and 20. RGB value is (236,69,32). Sum of RGB (Red+Green+Blue) = 236+69+32=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4520 is #13BADF. Grayscale: #737373. Windows color (decimal): -1293024 or 2115052. OLE color: 2115052.

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

Color convert

RGB 236 69 32 -
CMYK 0 0.71 0.86 0.07
HSL 10.88º 0.84% 0.53% -
HSV(B) 10.88º 0.86% 0.93% -
XYZ 36.98 22.19 3.7 -
YUV 114.72 81.33 214.51 -
System Red Green Blue C M Y K H S L
Decimal 236 69 32 0 0.71 0.86 0.07 10.88 0.84 0.53
Hex EC 45 20 0 47 56 7 B 54 35
Octal 354 105 40 0 107 126 7 13 124 65
Binary 11101100 1000101 100000 0 1000111 1010110 111 1011 1010100 110101

Color Harmonies of #EC4520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4520

Black with #EC4520

Text Example


Text Example

White with #EC4520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4520; }

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

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

background-color css

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

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

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

border-color css

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

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

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