Html Css Color HEX #EC5034 Cinnabar

📋 copy color: '#EC5034'

red 236 ◦ green 80 ◦ blue 52

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

Shades of Cinnabar #EC5034

Tints of Cinnabar #EC5034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.13%

R = 64.13%
G = 21.74%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC5034 (or 0xEC5034) is known color: Cinnabar. HEX triplet: EC, 50 and 34. RGB value is (236,80,52). Sum of RGB (Red+Green+Blue) = 236+80+52=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5034 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5034 is #13AFCB. Grayscale: #7B7B7B. Windows color (decimal): -1290188 or 3428588. OLE color: 3428588.

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

Color convert

RGB 236 80 52 -
CMYK 0 0.66 0.78 0.07
HSL 9.13º 0.83% 0.56% -
HSV(B) 9.13º 0.78% 0.93% -
XYZ 38.08 23.82 5.84 -
YUV 123.45 87.68 208.28 -
System Red Green Blue C M Y K H S L
Decimal 236 80 52 0 0.66 0.78 0.07 9.13 0.83 0.56
Hex EC 50 34 0 42 4E 7 9 53 38
Octal 354 120 64 0 102 116 7 11 123 70
Binary 11101100 1010000 110100 0 1000010 1001110 111 1001 1010011 111000

Color Harmonies of #EC5034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5034

Black with #EC5034

Text Example


Text Example

White with #EC5034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5034; }

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

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

background-color css

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

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

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

border-color css

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

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

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