Html Css Color HEX #ED1829 Alizarin

📋 copy color: '#ED1829'

red 237 ◦ green 24 ◦ blue 41

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

Shades of Alizarin #ED1829

Tints of Alizarin #ED1829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.58%

R = 78.48%
G = 7.95%
B = 13.58%

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

#ED1829 (or 0xED1829) is known color: Alizarin. HEX triplet: ED, 18 and 29. RGB value is (237,24,41). Sum of RGB (Red+Green+Blue) = 237+24+41=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1829 is #12E7D6. Grayscale: #595959. Windows color (decimal): -1238999 or 2693357. OLE color: 2693357.

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

Color convert

RGB 237 24 41 -
CMYK 0 0.90 0.83 0.07
HSL 355.21º 0.86% 0.51% -
HSV(B) 355.21º 0.9% 0.93% -
XYZ 35.65 18.82 3.85 -
YUV 89.63 100.57 233.12 -
System Red Green Blue C M Y K H S L
Decimal 237 24 41 0 0.90 0.83 0.07 355.21 0.86 0.51
Hex ED 18 29 0 5A 53 7 163 56 33
Octal 355 30 51 0 132 123 7 543 126 63
Binary 11101101 11000 101001 0 1011010 1010011 111 101100011 1010110 110011

Color Harmonies of #ED1829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1829

Black with #ED1829

Text Example


Text Example

White with #ED1829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1829; }

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

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

background-color css

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

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

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

border-color css

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

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

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