Html Css Color HEX #EC5235 Cinnabar

📋 copy color: '#EC5235'

red 236 ◦ green 82 ◦ blue 53

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

Shades of Cinnabar #EC5235

Tints of Cinnabar #EC5235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.29%

R = 63.61%
G = 22.1%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC5235 (or 0xEC5235) is known color: Cinnabar. HEX triplet: EC, 52 and 35. RGB value is (236,82,53). Sum of RGB (Red+Green+Blue) = 236+82+53=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5235 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5235 is #13ADCA. Grayscale: #7D7D7D. Windows color (decimal): -1289675 or 3494636. OLE color: 3494636.

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

Color convert

RGB 236 82 53 -
CMYK 0 0.65 0.78 0.07
HSL 9.51º 0.83% 0.57% -
HSV(B) 9.51º 0.78% 0.93% -
XYZ 38.25 24.12 6.01 -
YUV 124.74 87.52 207.36 -
System Red Green Blue C M Y K H S L
Decimal 236 82 53 0 0.65 0.78 0.07 9.51 0.83 0.57
Hex EC 52 35 0 41 4E 7 A 53 39
Octal 354 122 65 0 101 116 7 12 123 71
Binary 11101100 1010010 110101 0 1000001 1001110 111 1010 1010011 111001

Color Harmonies of #EC5235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5235

Black with #EC5235

Text Example


Text Example

White with #EC5235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5235; }

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

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

background-color css

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

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

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

border-color css

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

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

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