Html Css Color HEX #EC4820 Cinnabar

📋 copy color: '#EC4820'

red 236 ◦ green 72 ◦ blue 32

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

Shades of Cinnabar #EC4820

Tints of Cinnabar #EC4820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.18%

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

R = 69.41%
G = 21.18%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC4820 (or 0xEC4820) is known color: Cinnabar. HEX triplet: EC, 48 and 20. RGB value is (236,72,32). Sum of RGB (Red+Green+Blue) = 236+72+32=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4820 is #13B7DF. Grayscale: #747474. Windows color (decimal): -1292256 or 2115820. OLE color: 2115820.

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

Color convert

RGB 236 72 32 -
CMYK 0 0.69 0.86 0.07
HSL 11.76º 0.84% 0.53% -
HSV(B) 11.76º 0.86% 0.93% -
XYZ 37.17 22.57 3.76 -
YUV 116.48 80.33 213.25 -
System Red Green Blue C M Y K H S L
Decimal 236 72 32 0 0.69 0.86 0.07 11.76 0.84 0.53
Hex EC 48 20 0 45 56 7 C 54 35
Octal 354 110 40 0 105 126 7 14 124 65
Binary 11101100 1001000 100000 0 1000101 1010110 111 1100 1010100 110101

Color Harmonies of #EC4820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4820

Black with #EC4820

Text Example


Text Example

White with #EC4820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4820; }

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

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

background-color css

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

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

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

border-color css

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

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

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