Html Css Color HEX #ED1823 Alizarin

📋 copy color: '#ED1823'

red 237 ◦ green 24 ◦ blue 35

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

Shades of Alizarin #ED1823

Tints of Alizarin #ED1823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.82%

R = 80.07%
G = 8.11%
B = 11.82%

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

#ED1823 (or 0xED1823) is known color: Alizarin. HEX triplet: ED, 18 and 23. RGB value is (237,24,35). Sum of RGB (Red+Green+Blue) = 237+24+35=296 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.07% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1823 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1823 is #12E7DC. Grayscale: #595959. Windows color (decimal): -1239005 or 2300141. OLE color: 2300141.

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

Color convert

RGB 237 24 35 -
CMYK 0 0.90 0.85 0.07
HSL 356.9º 0.86% 0.51% -
HSV(B) 356.9º 0.9% 0.93% -
XYZ 35.56 18.78 3.34 -
YUV 88.94 97.57 233.61 -
System Red Green Blue C M Y K H S L
Decimal 237 24 35 0 0.90 0.85 0.07 356.9 0.86 0.51
Hex ED 18 23 0 5A 55 7 165 56 33
Octal 355 30 43 0 132 125 7 545 126 63
Binary 11101101 11000 100011 0 1011010 1010101 111 101100101 1010110 110011

Color Harmonies of #ED1823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1823

Black with #ED1823

Text Example


Text Example

White with #ED1823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1823; }

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

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

background-color css

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

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

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

border-color css

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

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

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