Html Css Color HEX #ED1827 Alizarin

📋 copy color: '#ED1827'

red 237 ◦ green 24 ◦ blue 39

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

Shades of Alizarin #ED1827

Tints of Alizarin #ED1827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13%

R = 79%
G = 8%
B = 13%

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

#ED1827 (or 0xED1827) is known color: Alizarin. HEX triplet: ED, 18 and 27. RGB value is (237,24,39). Sum of RGB (Red+Green+Blue) = 237+24+39=300 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1827 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1827 is #12E7D8. Grayscale: #595959. Windows color (decimal): -1239001 or 2562285. OLE color: 2562285.

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

Color convert

RGB 237 24 39 -
CMYK 0 0.90 0.84 0.07
HSL 355.77º 0.86% 0.51% -
HSV(B) 355.77º 0.9% 0.93% -
XYZ 35.62 18.8 3.67 -
YUV 89.4 99.57 233.28 -
System Red Green Blue C M Y K H S L
Decimal 237 24 39 0 0.90 0.84 0.07 355.77 0.86 0.51
Hex ED 18 27 0 5A 54 7 164 56 33
Octal 355 30 47 0 132 124 7 544 126 63
Binary 11101101 11000 100111 0 1011010 1010100 111 101100100 1010110 110011

Color Harmonies of #ED1827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1827

Black with #ED1827

Text Example


Text Example

White with #ED1827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1827; }

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

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

background-color css

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

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

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

border-color css

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

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

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