Html Css Color HEX #D9202D Alizarin

📋 copy color: '#D9202D'

red 217 ◦ green 32 ◦ blue 45

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

Shades of Alizarin #D9202D

Tints of Alizarin #D9202D

RGB

 RED value IS 217 (85.16% from 255) = 73.81%

 GREEN value IS 32 (12.89% from 255) = 10.88%

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 73.81%
G = 10.88%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9202D (or 0xD9202D) is known color: Alizarin. HEX triplet: D9, 20 and 2D. RGB value is (217,32,45). Sum of RGB (Red+Green+Blue) = 217+32+45=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D9202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9202D is #26DFD2. Grayscale: #585858. Windows color (decimal): -2547667 or 2957529. OLE color: 2957529.

HSL color Cylindrical-coordinate representation of color #D9202D: hue angle of 355.78º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9202D is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 32 45 -
CMYK 0 0.85 0.79 0.15
HSL 355.78º 0.74% 0.49% -
HSV(B) 355.78º 0.85% 0.85% -
XYZ 29.61 15.97 4.01 -
YUV 88.8 103.29 219.44 -
System Red Green Blue C M Y K H S L
Decimal 217 32 45 0 0.85 0.79 0.15 355.78 0.74 0.49
Hex D9 20 2D 0 55 4F F 164 4A 31
Octal 331 40 55 0 125 117 17 544 112 61
Binary 11011001 100000 101101 0 1010101 1001111 1111 101100100 1001010 110001

Color Harmonies of #D9202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9202D

Black with #D9202D

Text Example


Text Example

White with #D9202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9202D; }

 p { color: rgb(217,32,45); }

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

background-color css

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

 a { background-color: rgb(217,32,45); }

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

border-color css

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

 span { border-color: rgb(217,32,45); }

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