Html Css Color HEX #EC5222 Cinnabar

📋 copy color: '#EC5222'

red 236 ◦ green 82 ◦ blue 34

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

Shades of Cinnabar #EC5222

Tints of Cinnabar #EC5222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.66%

R = 67.05%
G = 23.3%
B = 9.66%

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

#EC5222 (or 0xEC5222) is known color: Cinnabar. HEX triplet: EC, 52 and 22. RGB value is (236,82,34). Sum of RGB (Red+Green+Blue) = 236+82+34=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5222 is #13ADDD. Grayscale: #7A7A7A. Windows color (decimal): -1289694 or 2249452. OLE color: 2249452.

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

Color convert

RGB 236 82 34 -
CMYK 0 0.65 0.86 0.07
HSL 14.26º 0.84% 0.53% -
HSV(B) 14.26º 0.86% 0.93% -
XYZ 37.9 23.98 4.15 -
YUV 122.57 78.02 208.9 -
System Red Green Blue C M Y K H S L
Decimal 236 82 34 0 0.65 0.86 0.07 14.26 0.84 0.53
Hex EC 52 22 0 41 56 7 E 54 35
Octal 354 122 42 0 101 126 7 16 124 65
Binary 11101100 1010010 100010 0 1000001 1010110 111 1110 1010100 110101

Color Harmonies of #EC5222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5222

Black with #EC5222

Text Example


Text Example

White with #EC5222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5222; }

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

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

background-color css

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

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

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

border-color css

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

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

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