Html Css Color HEX #EC5221 Cinnabar

📋 copy color: '#EC5221'

red 236 ◦ green 82 ◦ blue 33

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

Shades of Cinnabar #EC5221

Tints of Cinnabar #EC5221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.4%

R = 67.24%
G = 23.36%
B = 9.4%

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

#EC5221 (or 0xEC5221) is known color: Cinnabar. HEX triplet: EC, 52 and 21. RGB value is (236,82,33). Sum of RGB (Red+Green+Blue) = 236+82+33=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5221 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5221 is #13ADDE. Grayscale: #7A7A7A. Windows color (decimal): -1289695 or 2183916. OLE color: 2183916.

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

Color convert

RGB 236 82 33 -
CMYK 0 0.65 0.86 0.07
HSL 14.48º 0.84% 0.53% -
HSV(B) 14.48º 0.86% 0.93% -
XYZ 37.88 23.98 4.07 -
YUV 122.46 77.52 208.98 -
System Red Green Blue C M Y K H S L
Decimal 236 82 33 0 0.65 0.86 0.07 14.48 0.84 0.53
Hex EC 52 21 0 41 56 7 E 54 35
Octal 354 122 41 0 101 126 7 16 124 65
Binary 11101100 1010010 100001 0 1000001 1010110 111 1110 1010100 110101

Color Harmonies of #EC5221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5221

Black with #EC5221

Text Example


Text Example

White with #EC5221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5221; }

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

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

background-color css

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

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

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

border-color css

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

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

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