Html Css Color HEX #D91D31 Alizarin

📋 copy color: '#D91D31'

red 217 ◦ green 29 ◦ blue 49

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

Shades of Alizarin #D91D31

Tints of Alizarin #D91D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.61%

R = 73.56%
G = 9.83%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D91D31 (or 0xD91D31) is known color: Alizarin. HEX triplet: D9, 1D and 31. RGB value is (217,29,49). Sum of RGB (Red+Green+Blue) = 217+29+49=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91D31 is #26E2CE. Grayscale: #575757. Windows color (decimal): -2548431 or 3218905. OLE color: 3218905.

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

Color convert

RGB 217 29 49 -
CMYK 0 0.87 0.77 0.15
HSL 353.62º 0.76% 0.48% -
HSV(B) 353.62º 0.87% 0.85% -
XYZ 29.61 15.85 4.4 -
YUV 87.49 106.28 220.37 -
System Red Green Blue C M Y K H S L
Decimal 217 29 49 0 0.87 0.77 0.15 353.62 0.76 0.48
Hex D9 1D 31 0 57 4D F 162 4C 30
Octal 331 35 61 0 127 115 17 542 114 60
Binary 11011001 11101 110001 0 1010111 1001101 1111 101100010 1001100 110000

Color Harmonies of #D91D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D31

Black with #D91D31

Text Example


Text Example

White with #D91D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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