Html Css Color HEX #ED1726 Alizarin

📋 copy color: '#ED1726'

red 237 ◦ green 23 ◦ blue 38

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

Shades of Alizarin #ED1726

Tints of Alizarin #ED1726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.72%

 BLUE value IS 38 (15.23% from 255) = 12.75%

R = 79.53%
G = 7.72%
B = 12.75%

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

#ED1726 (or 0xED1726) is known color: Alizarin. HEX triplet: ED, 17 and 26. RGB value is (237,23,38). Sum of RGB (Red+Green+Blue) = 237+23+38=298 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.53% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1726 is #12E8D9. Grayscale: #585858. Windows color (decimal): -1239258 or 2496493. OLE color: 2496493.

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

Color convert

RGB 237 23 38 -
CMYK 0 0.90 0.84 0.07
HSL 355.79º 0.86% 0.51% -
HSV(B) 355.79º 0.9% 0.93% -
XYZ 35.58 18.76 3.58 -
YUV 88.7 99.4 233.78 -
System Red Green Blue C M Y K H S L
Decimal 237 23 38 0 0.90 0.84 0.07 355.79 0.86 0.51
Hex ED 17 26 0 5A 54 7 164 56 33
Octal 355 27 46 0 132 124 7 544 126 63
Binary 11101101 10111 100110 0 1011010 1010100 111 101100100 1010110 110011

Color Harmonies of #ED1726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1726

Black with #ED1726

Text Example


Text Example

White with #ED1726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1726; }

 p { color: rgb(237,23,38); }

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

background-color css

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

 a { background-color: rgb(237,23,38); }

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

border-color css

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

 span { border-color: rgb(237,23,38); }

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