Html Css Color HEX #ED191D Alizarin

📋 copy color: '#ED191D'

red 237 ◦ green 25 ◦ blue 29

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

Shades of Alizarin #ED191D

Tints of Alizarin #ED191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

 BLUE value IS 29 (11.72% from 255) = 9.97%

R = 81.44%
G = 8.59%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED191D (or 0xED191D) is known color: Alizarin. HEX triplet: ED, 19 and 1D. RGB value is (237,25,29). Sum of RGB (Red+Green+Blue) = 237+25+29=291 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.44% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 237 - color contains mainly: red. Hex color #ED191D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED191D is #12E6E2. Grayscale: #595959. Windows color (decimal): -1238755 or 1907181. OLE color: 1907181.

HSL color Cylindrical-coordinate representation of color #ED191D: hue angle of 358.87º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED191D is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 25 29 -
CMYK 0 0.89 0.88 0.07
HSL 358.87º 0.85% 0.51% -
HSV(B) 358.87º 0.89% 0.93% -
XYZ 35.49 18.79 2.92 -
YUV 88.84 94.24 233.67 -
System Red Green Blue C M Y K H S L
Decimal 237 25 29 0 0.89 0.88 0.07 358.87 0.85 0.51
Hex ED 19 1D 0 59 58 7 167 55 33
Octal 355 31 35 0 131 130 7 547 125 63
Binary 11101101 11001 11101 0 1011001 1011000 111 101100111 1010101 110011

Color Harmonies of #ED191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED191D

Black with #ED191D

Text Example


Text Example

White with #ED191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED191D; }

 p { color: rgb(237,25,29); }

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

background-color css

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

 a { background-color: rgb(237,25,29); }

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

border-color css

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

 span { border-color: rgb(237,25,29); }

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