Html Css Color HEX #EC1825 Alizarin

📋 copy color: '#EC1825'

red 236 ◦ green 24 ◦ blue 37

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

Shades of Alizarin #EC1825

Tints of Alizarin #EC1825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.46%

R = 79.46%
G = 8.08%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC1825 (or 0xEC1825) is known color: Alizarin. HEX triplet: EC, 18 and 25. RGB value is (236,24,37). Sum of RGB (Red+Green+Blue) = 236+24+37=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1825 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1825 is #13E7DA. Grayscale: #595959. Windows color (decimal): -1304539 or 2431212. OLE color: 2431212.

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

Color convert

RGB 236 24 37 -
CMYK 0 0.90 0.84 0.07
HSL 356.32º 0.85% 0.51% -
HSV(B) 356.32º 0.9% 0.93% -
XYZ 35.25 18.62 3.49 -
YUV 88.87 98.74 232.94 -
System Red Green Blue C M Y K H S L
Decimal 236 24 37 0 0.90 0.84 0.07 356.32 0.85 0.51
Hex EC 18 25 0 5A 54 7 164 55 33
Octal 354 30 45 0 132 124 7 544 125 63
Binary 11101100 11000 100101 0 1011010 1010100 111 101100100 1010101 110011

Color Harmonies of #EC1825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1825

Black with #EC1825

Text Example


Text Example

White with #EC1825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1825; }

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

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

background-color css

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

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

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

border-color css

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

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

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