Html Css Color HEX #EC5036 Cinnabar

📋 copy color: '#EC5036'

red 236 ◦ green 80 ◦ blue 54

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

Shades of Cinnabar #EC5036

Tints of Cinnabar #EC5036

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

 BLUE value IS 54 (21.48% from 255) = 14.59%

R = 63.78%
G = 21.62%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC5036 (or 0xEC5036) is known color: Cinnabar. HEX triplet: EC, 50 and 36. RGB value is (236,80,54). Sum of RGB (Red+Green+Blue) = 236+80+54=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5036 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5036 is #13AFC9. Grayscale: #7B7B7B. Windows color (decimal): -1290186 or 3559660. OLE color: 3559660.

HSL color Cylindrical-coordinate representation of color #EC5036: hue angle of 8.57º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC5036 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 80 54 -
CMYK 0 0.66 0.77 0.07
HSL 8.57º 0.83% 0.57% -
HSV(B) 8.57º 0.77% 0.93% -
XYZ 38.13 23.84 6.08 -
YUV 123.68 88.68 208.11 -
System Red Green Blue C M Y K H S L
Decimal 236 80 54 0 0.66 0.77 0.07 8.57 0.83 0.57
Hex EC 50 36 0 42 4D 7 9 53 39
Octal 354 120 66 0 102 115 7 11 123 71
Binary 11101100 1010000 110110 0 1000010 1001101 111 1001 1010011 111001

Color Harmonies of #EC5036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5036

Black with #EC5036

Text Example


Text Example

White with #EC5036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5036; }

 p { color: rgb(236,80,54); }

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

background-color css

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

 a { background-color: rgb(236,80,54); }

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

border-color css

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

 span { border-color: rgb(236,80,54); }

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