Html Css Color HEX #D91E32 Alizarin

📋 copy color: '#D91E32'

red 217 ◦ green 30 ◦ blue 50

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

Shades of Alizarin #D91E32

Tints of Alizarin #D91E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.1%

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 73.06%
G = 10.1%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D91E32 (or 0xD91E32) is known color: Alizarin. HEX triplet: D9, 1E and 32. RGB value is (217,30,50). Sum of RGB (Red+Green+Blue) = 217+30+50=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91E32 is #26E1CD. Grayscale: #585858. Windows color (decimal): -2548174 or 3284697. OLE color: 3284697.

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

Color convert

RGB 217 30 50 -
CMYK 0 0.86 0.77 0.15
HSL 353.58º 0.76% 0.48% -
HSV(B) 353.58º 0.86% 0.85% -
XYZ 29.66 15.91 4.53 -
YUV 88.19 106.45 219.87 -
System Red Green Blue C M Y K H S L
Decimal 217 30 50 0 0.86 0.77 0.15 353.58 0.76 0.48
Hex D9 1E 32 0 56 4D F 162 4C 30
Octal 331 36 62 0 126 115 17 542 114 60
Binary 11011001 11110 110010 0 1010110 1001101 1111 101100010 1001100 110000

Color Harmonies of #D91E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91E32

Black with #D91E32

Text Example


Text Example

White with #D91E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91E32; }

 p { color: rgb(217,30,50); }

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

background-color css

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

 a { background-color: rgb(217,30,50); }

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

border-color css

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

 span { border-color: rgb(217,30,50); }

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