Html Css Color HEX #EC5336 Cinnabar

📋 copy color: '#EC5336'

red 236 ◦ green 83 ◦ blue 54

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

Shades of Cinnabar #EC5336

Tints of Cinnabar #EC5336

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.25%

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

R = 63.27%
G = 22.25%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC5336 (or 0xEC5336) is known color: Cinnabar. HEX triplet: EC, 53 and 36. RGB value is (236,83,54). Sum of RGB (Red+Green+Blue) = 236+83+54=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5336 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5336 is #13ACC9. Grayscale: #7D7D7D. Windows color (decimal): -1289418 or 3560428. OLE color: 3560428.

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

Color convert

RGB 236 83 54 -
CMYK 0 0.65 0.77 0.07
HSL 9.56º 0.83% 0.57% -
HSV(B) 9.56º 0.77% 0.93% -
XYZ 38.35 24.29 6.16 -
YUV 125.44 87.69 206.86 -
System Red Green Blue C M Y K H S L
Decimal 236 83 54 0 0.65 0.77 0.07 9.56 0.83 0.57
Hex EC 53 36 0 41 4D 7 A 53 39
Octal 354 123 66 0 101 115 7 12 123 71
Binary 11101100 1010011 110110 0 1000001 1001101 111 1010 1010011 111001

Color Harmonies of #EC5336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5336

Black with #EC5336

Text Example


Text Example

White with #EC5336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5336; }

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

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

background-color css

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

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

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

border-color css

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

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

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