Html Css Color HEX #ED171D Alizarin

📋 copy color: '#ED171D'

red 237 ◦ green 23 ◦ blue 29

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

Shades of Alizarin #ED171D

Tints of Alizarin #ED171D

RGB

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

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

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

R = 82.01%
G = 7.96%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED171D (or 0xED171D) is known color: Alizarin. HEX triplet: ED, 17 and 1D. RGB value is (237,23,29). Sum of RGB (Red+Green+Blue) = 237+23+29=289 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.01% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 237 - color contains mainly: red. Hex color #ED171D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED171D is #12E8E2. Grayscale: #575757. Windows color (decimal): -1239267 or 1906669. OLE color: 1906669.

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

Color convert

RGB 237 23 29 -
CMYK 0 0.90 0.88 0.07
HSL 358.32º 0.86% 0.51% -
HSV(B) 358.32º 0.9% 0.93% -
XYZ 35.45 18.71 2.9 -
YUV 87.67 94.9 234.51 -
System Red Green Blue C M Y K H S L
Decimal 237 23 29 0 0.90 0.88 0.07 358.32 0.86 0.51
Hex ED 17 1D 0 5A 58 7 166 56 33
Octal 355 27 35 0 132 130 7 546 126 63
Binary 11101101 10111 11101 0 1011010 1011000 111 101100110 1010110 110011

Color Harmonies of #ED171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED171D

Black with #ED171D

Text Example


Text Example

White with #ED171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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