Html Css Color HEX #EC4035 Cinnabar

📋 copy color: '#EC4035'

red 236 ◦ green 64 ◦ blue 53

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

Shades of Cinnabar #EC4035

Tints of Cinnabar #EC4035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.13%

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

R = 66.86%
G = 18.13%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC4035 (or 0xEC4035) is known color: Cinnabar. HEX triplet: EC, 40 and 35. RGB value is (236,64,53). Sum of RGB (Red+Green+Blue) = 236+64+53=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4035 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4035 is #13BFCA. Grayscale: #727272. Windows color (decimal): -1294283 or 3490028. OLE color: 3490028.

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

Color convert

RGB 236 64 53 -
CMYK 0 0.73 0.78 0.07
HSL 3.61º 0.83% 0.57% -
HSV(B) 3.61º 0.78% 0.93% -
XYZ 37.07 21.76 5.61 -
YUV 114.17 93.48 214.89 -
System Red Green Blue C M Y K H S L
Decimal 236 64 53 0 0.73 0.78 0.07 3.61 0.83 0.57
Hex EC 40 35 0 49 4E 7 4 53 39
Octal 354 100 65 0 111 116 7 4 123 71
Binary 11101100 1000000 110101 0 1001001 1001110 111 100 1010011 111001

Color Harmonies of #EC4035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4035

Black with #EC4035

Text Example


Text Example

White with #EC4035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4035; }

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

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

background-color css

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

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

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

border-color css

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

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

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