Html Css Color HEX #D91D2F Alizarin

📋 copy color: '#D91D2F'

red 217 ◦ green 29 ◦ blue 47

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

Shades of Alizarin #D91D2F

Tints of Alizarin #D91D2F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.9%

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

R = 74.06%
G = 9.9%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D91D2F (or 0xD91D2F) is known color: Alizarin. HEX triplet: D9, 1D and 2F. RGB value is (217,29,47). Sum of RGB (Red+Green+Blue) = 217+29+47=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91D2F is #26E2D0. Grayscale: #575757. Windows color (decimal): -2548433 or 3087833. OLE color: 3087833.

HSL color Cylindrical-coordinate representation of color #D91D2F: hue angle of 354.26º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91D2F is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 29 47 -
CMYK 0 0.87 0.78 0.15
HSL 354.26º 0.76% 0.48% -
HSV(B) 354.26º 0.87% 0.85% -
XYZ 29.57 15.84 4.19 -
YUV 87.26 105.28 220.54 -
System Red Green Blue C M Y K H S L
Decimal 217 29 47 0 0.87 0.78 0.15 354.26 0.76 0.48
Hex D9 1D 2F 0 57 4E F 162 4C 30
Octal 331 35 57 0 127 116 17 542 114 60
Binary 11011001 11101 101111 0 1010111 1001110 1111 101100010 1001100 110000

Color Harmonies of #D91D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D2F

Black with #D91D2F

Text Example


Text Example

White with #D91D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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