Html Css Color HEX #D9202F Alizarin

📋 copy color: '#D9202F'

red 217 ◦ green 32 ◦ blue 47

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

Shades of Alizarin #D9202F

Tints of Alizarin #D9202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.88%

R = 73.31%
G = 10.81%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9202F (or 0xD9202F) is known color: Alizarin. HEX triplet: D9, 20 and 2F. RGB value is (217,32,47). Sum of RGB (Red+Green+Blue) = 217+32+47=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D9202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9202F is #26DFD0. Grayscale: #595959. Windows color (decimal): -2547665 or 3088601. OLE color: 3088601.

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

Color convert

RGB 217 32 47 -
CMYK 0 0.85 0.78 0.15
HSL 355.14º 0.74% 0.49% -
HSV(B) 355.14º 0.85% 0.85% -
XYZ 29.64 15.99 4.21 -
YUV 89.03 104.29 219.28 -
System Red Green Blue C M Y K H S L
Decimal 217 32 47 0 0.85 0.78 0.15 355.14 0.74 0.49
Hex D9 20 2F 0 55 4E F 163 4A 31
Octal 331 40 57 0 125 116 17 543 112 61
Binary 11011001 100000 101111 0 1010101 1001110 1111 101100011 1001010 110001

Color Harmonies of #D9202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9202F

Black with #D9202F

Text Example


Text Example

White with #D9202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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