Html Css Color HEX #D91D2C Alizarin

📋 copy color: '#D91D2C'

red 217 ◦ green 29 ◦ blue 44

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

Shades of Alizarin #D91D2C

Tints of Alizarin #D91D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 74.83%
G = 10%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D91D2C (or 0xD91D2C) is known color: Alizarin. HEX triplet: D9, 1D and 2C. RGB value is (217,29,44). Sum of RGB (Red+Green+Blue) = 217+29+44=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91D2C is #26E2D3. Grayscale: #575757. Windows color (decimal): -2548436 or 2891225. OLE color: 2891225.

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

Color convert

RGB 217 29 44 -
CMYK 0 0.87 0.80 0.15
HSL 355.21º 0.76% 0.48% -
HSV(B) 355.21º 0.87% 0.85% -
XYZ 29.51 15.81 3.88 -
YUV 86.92 103.78 220.78 -
System Red Green Blue C M Y K H S L
Decimal 217 29 44 0 0.87 0.80 0.15 355.21 0.76 0.48
Hex D9 1D 2C 0 57 50 F 163 4C 30
Octal 331 35 54 0 127 120 17 543 114 60
Binary 11011001 11101 101100 0 1010111 1010000 1111 101100011 1001100 110000

Color Harmonies of #D91D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D2C

Black with #D91D2C

Text Example


Text Example

White with #D91D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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