Html Css Color HEX #EC253C Alizarin

📋 copy color: '#EC253C'

red 236 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #EC253C

Tints of Alizarin #EC253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.11%

 BLUE value IS 60 (23.83% from 255) = 18.02%

R = 70.87%
G = 11.11%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC253C (or 0xEC253C) is known color: Alizarin. HEX triplet: EC, 25 and 3C. RGB value is (236,37,60). Sum of RGB (Red+Green+Blue) = 236+37+60=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC253C is #13DAC3. Grayscale: #636363. Windows color (decimal): -1301188 or 3941868. OLE color: 3941868.

HSL color Cylindrical-coordinate representation of color #EC253C: hue angle of 353.07º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC253C is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 37 60 -
CMYK 0 0.84 0.75 0.07
HSL 353.07º 0.84% 0.54% -
HSV(B) 353.07º 0.84% 0.93% -
XYZ 36.07 19.48 6.13 -
YUV 99.12 105.93 225.63 -
System Red Green Blue C M Y K H S L
Decimal 236 37 60 0 0.84 0.75 0.07 353.07 0.84 0.54
Hex EC 25 3C 0 54 4B 7 161 54 36
Octal 354 45 74 0 124 113 7 541 124 66
Binary 11101100 100101 111100 0 1010100 1001011 111 101100001 1010100 110110

Color Harmonies of #EC253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC253C

Black with #EC253C

Text Example


Text Example

White with #EC253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC253C; }

 p { color: rgb(236,37,60); }

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

background-color css

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

 a { background-color: rgb(236,37,60); }

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

border-color css

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

 span { border-color: rgb(236,37,60); }

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