Html Css Color HEX #EC4C35 Cinnabar

📋 copy color: '#EC4C35'

red 236 ◦ green 76 ◦ blue 53

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

Shades of Cinnabar #EC4C35

Tints of Cinnabar #EC4C35

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.82%

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

R = 64.66%
G = 20.82%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC4C35 (or 0xEC4C35) is known color: Cinnabar. HEX triplet: EC, 4C and 35. RGB value is (236,76,53). Sum of RGB (Red+Green+Blue) = 236+76+53=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4C35 is #13B3CA. Grayscale: #797979. Windows color (decimal): -1291211 or 3493100. OLE color: 3493100.

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

Color convert

RGB 236 76 53 -
CMYK 0 0.68 0.78 0.07
HSL 7.54º 0.83% 0.57% -
HSV(B) 7.54º 0.78% 0.93% -
XYZ 37.82 23.26 5.86 -
YUV 121.22 89.51 209.87 -
System Red Green Blue C M Y K H S L
Decimal 236 76 53 0 0.68 0.78 0.07 7.54 0.83 0.57
Hex EC 4C 35 0 44 4E 7 8 53 39
Octal 354 114 65 0 104 116 7 10 123 71
Binary 11101100 1001100 110101 0 1000100 1001110 111 1000 1010011 111001

Color Harmonies of #EC4C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4C35

Black with #EC4C35

Text Example


Text Example

White with #EC4C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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