Html Css Color HEX #ED1824 Alizarin

📋 copy color: '#ED1824'

red 237 ◦ green 24 ◦ blue 36

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

Shades of Alizarin #ED1824

Tints of Alizarin #ED1824

RGB

 RED value IS 237 (92.97% from 255) = 79.8%

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

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

R = 79.8%
G = 8.08%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED1824 (or 0xED1824) is known color: Alizarin. HEX triplet: ED, 18 and 24. RGB value is (237,24,36). Sum of RGB (Red+Green+Blue) = 237+24+36=297 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.80% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1824 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1824 is #12E7DB. Grayscale: #595959. Windows color (decimal): -1239004 or 2365677. OLE color: 2365677.

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

Color convert

RGB 237 24 36 -
CMYK 0 0.90 0.85 0.07
HSL 356.62º 0.86% 0.51% -
HSV(B) 356.62º 0.9% 0.93% -
XYZ 35.57 18.79 3.42 -
YUV 89.06 98.07 233.52 -
System Red Green Blue C M Y K H S L
Decimal 237 24 36 0 0.90 0.85 0.07 356.62 0.86 0.51
Hex ED 18 24 0 5A 55 7 165 56 33
Octal 355 30 44 0 132 125 7 545 126 63
Binary 11101101 11000 100100 0 1011010 1010101 111 101100101 1010110 110011

Color Harmonies of #ED1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1824

Black with #ED1824

Text Example


Text Example

White with #ED1824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1824; }

 p { color: rgb(237,24,36); }

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

background-color css

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

 a { background-color: rgb(237,24,36); }

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

border-color css

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

 span { border-color: rgb(237,24,36); }

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