Html Css Color HEX #EC5223 Cinnabar

📋 copy color: '#EC5223'

red 236 ◦ green 82 ◦ blue 35

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

Shades of Cinnabar #EC5223

Tints of Cinnabar #EC5223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.92%

R = 66.86%
G = 23.23%
B = 9.92%

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

#EC5223 (or 0xEC5223) is known color: Cinnabar. HEX triplet: EC, 52 and 23. RGB value is (236,82,35). Sum of RGB (Red+Green+Blue) = 236+82+35=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5223 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5223 is #13ADDC. Grayscale: #7B7B7B. Windows color (decimal): -1289693 or 2314988. OLE color: 2314988.

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

Color convert

RGB 236 82 35 -
CMYK 0 0.65 0.85 0.07
HSL 14.03º 0.84% 0.53% -
HSV(B) 14.03º 0.85% 0.93% -
XYZ 37.91 23.99 4.22 -
YUV 122.69 78.52 208.82 -
System Red Green Blue C M Y K H S L
Decimal 236 82 35 0 0.65 0.85 0.07 14.03 0.84 0.53
Hex EC 52 23 0 41 55 7 E 54 35
Octal 354 122 43 0 101 125 7 16 124 65
Binary 11101100 1010010 100011 0 1000001 1010101 111 1110 1010100 110101

Color Harmonies of #EC5223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5223

Black with #EC5223

Text Example


Text Example

White with #EC5223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5223; }

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

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

background-color css

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

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

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

border-color css

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

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

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