Html Css Color HEX #EC1828 Alizarin

📋 copy color: '#EC1828'

red 236 ◦ green 24 ◦ blue 40

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

Shades of Alizarin #EC1828

Tints of Alizarin #EC1828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

 BLUE value IS 40 (16.02% from 255) = 13.33%

R = 78.67%
G = 8%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC1828 (or 0xEC1828) is known color: Alizarin. HEX triplet: EC, 18 and 28. RGB value is (236,24,40). Sum of RGB (Red+Green+Blue) = 236+24+40=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1828 is #13E7D7. Grayscale: #595959. Windows color (decimal): -1304536 or 2627820. OLE color: 2627820.

HSL color Cylindrical-coordinate representation of color #EC1828: hue angle of 355.47º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1828 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 24 40 -
CMYK 0 0.90 0.83 0.07
HSL 355.47º 0.85% 0.51% -
HSV(B) 355.47º 0.9% 0.93% -
XYZ 35.3 18.64 3.74 -
YUV 89.21 100.24 232.7 -
System Red Green Blue C M Y K H S L
Decimal 236 24 40 0 0.90 0.83 0.07 355.47 0.85 0.51
Hex EC 18 28 0 5A 53 7 163 55 33
Octal 354 30 50 0 132 123 7 543 125 63
Binary 11101100 11000 101000 0 1011010 1010011 111 101100011 1010101 110011

Color Harmonies of #EC1828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1828

Black with #EC1828

Text Example


Text Example

White with #EC1828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1828; }

 p { color: rgb(236,24,40); }

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

background-color css

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

 a { background-color: rgb(236,24,40); }

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

border-color css

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

 span { border-color: rgb(236,24,40); }

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