Html Css Color HEX #EC5224 Cinnabar

📋 copy color: '#EC5224'

red 236 ◦ green 82 ◦ blue 36

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

Shades of Cinnabar #EC5224

Tints of Cinnabar #EC5224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.17%

R = 66.67%
G = 23.16%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC5224 (or 0xEC5224) is known color: Cinnabar. HEX triplet: EC, 52 and 24. RGB value is (236,82,36). Sum of RGB (Red+Green+Blue) = 236+82+36=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5224 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5224 is #13ADDB. Grayscale: #7B7B7B. Windows color (decimal): -1289692 or 2380524. OLE color: 2380524.

HSL color Cylindrical-coordinate representation of color #EC5224: hue angle of 13.8º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC5224 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 82 36 -
CMYK 0 0.65 0.85 0.07
HSL 13.8º 0.84% 0.53% -
HSV(B) 13.8º 0.85% 0.93% -
XYZ 37.93 23.99 4.3 -
YUV 122.8 79.02 208.74 -
System Red Green Blue C M Y K H S L
Decimal 236 82 36 0 0.65 0.85 0.07 13.8 0.84 0.53
Hex EC 52 24 0 41 55 7 E 54 35
Octal 354 122 44 0 101 125 7 16 124 65
Binary 11101100 1010010 100100 0 1000001 1010101 111 1110 1010100 110101

Color Harmonies of #EC5224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5224

Black with #EC5224

Text Example


Text Example

White with #EC5224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5224; }

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

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

background-color css

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

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

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

border-color css

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

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

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