Html Css Color HEX #EC3235 Alizarin

📋 copy color: '#EC3235'

red 236 ◦ green 50 ◦ blue 53

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

Shades of Alizarin #EC3235

Tints of Alizarin #EC3235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.75%

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

R = 69.62%
G = 14.75%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3235 (or 0xEC3235) is known color: Alizarin. HEX triplet: EC, 32 and 35. RGB value is (236,50,53). Sum of RGB (Red+Green+Blue) = 236+50+53=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3235 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3235 is #13CDCA. Grayscale: #6A6A6A. Windows color (decimal): -1297867 or 3486444. OLE color: 3486444.

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

Color convert

RGB 236 50 53 -
CMYK 0 0.79 0.78 0.07
HSL 359.03º 0.83% 0.56% -
HSV(B) 359.03º 0.79% 0.93% -
XYZ 36.38 20.37 5.38 -
YUV 105.96 98.12 220.76 -
System Red Green Blue C M Y K H S L
Decimal 236 50 53 0 0.79 0.78 0.07 359.03 0.83 0.56
Hex EC 32 35 0 4F 4E 7 167 53 38
Octal 354 62 65 0 117 116 7 547 123 70
Binary 11101100 110010 110101 0 1001111 1001110 111 101100111 1010011 111000

Color Harmonies of #EC3235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3235

Black with #EC3235

Text Example


Text Example

White with #EC3235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3235; }

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

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

background-color css

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

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

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

border-color css

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

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

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