Html Css Color HEX #EC2024 Alizarin

📋 copy color: '#EC2024'

red 236 ◦ green 32 ◦ blue 36

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

Shades of Alizarin #EC2024

Tints of Alizarin #EC2024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

 BLUE value IS 36 (14.45% from 255) = 11.84%

R = 77.63%
G = 10.53%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC2024 (or 0xEC2024) is known color: Alizarin. HEX triplet: EC, 20 and 24. RGB value is (236,32,36). Sum of RGB (Red+Green+Blue) = 236+32+36=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2024 is #13DFDB. Grayscale: #5D5D5D. Windows color (decimal): -1302492 or 2367724. OLE color: 2367724.

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

Color convert

RGB 236 32 36 -
CMYK 0 0.86 0.85 0.07
HSL 358.82º 0.84% 0.53% -
HSV(B) 358.82º 0.86% 0.93% -
XYZ 35.43 18.99 3.47 -
YUV 93.45 95.59 229.67 -
System Red Green Blue C M Y K H S L
Decimal 236 32 36 0 0.86 0.85 0.07 358.82 0.84 0.53
Hex EC 20 24 0 56 55 7 167 54 35
Octal 354 40 44 0 126 125 7 547 124 65
Binary 11101100 100000 100100 0 1010110 1010101 111 101100111 1010100 110101

Color Harmonies of #EC2024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2024

Black with #EC2024

Text Example


Text Example

White with #EC2024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2024; }

 p { color: rgb(236,32,36); }

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

background-color css

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

 a { background-color: rgb(236,32,36); }

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

border-color css

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

 span { border-color: rgb(236,32,36); }

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