Html Css Color HEX #EC5220 Cinnabar

📋 copy color: '#EC5220'

red 236 ◦ green 82 ◦ blue 32

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

Shades of Cinnabar #EC5220

Tints of Cinnabar #EC5220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

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

R = 67.43%
G = 23.43%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC5220 (or 0xEC5220) is known color: Cinnabar. HEX triplet: EC, 52 and 20. RGB value is (236,82,32). Sum of RGB (Red+Green+Blue) = 236+82+32=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5220 is #13ADDF. Grayscale: #7A7A7A. Windows color (decimal): -1289696 or 2118380. OLE color: 2118380.

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

Color convert

RGB 236 82 32 -
CMYK 0 0.65 0.86 0.07
HSL 14.71º 0.84% 0.53% -
HSV(B) 14.71º 0.86% 0.93% -
XYZ 37.87 23.97 4 -
YUV 122.35 77.02 209.07 -
System Red Green Blue C M Y K H S L
Decimal 236 82 32 0 0.65 0.86 0.07 14.71 0.84 0.53
Hex EC 52 20 0 41 56 7 F 54 35
Octal 354 122 40 0 101 126 7 17 124 65
Binary 11101100 1010010 100000 0 1000001 1010110 111 1111 1010100 110101

Color Harmonies of #EC5220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5220

Black with #EC5220

Text Example


Text Example

White with #EC5220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5220; }

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

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

background-color css

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

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

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

border-color css

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

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

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