Html Css Color HEX #D91C32 Alizarin

📋 copy color: '#D91C32'

red 217 ◦ green 28 ◦ blue 50

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

Shades of Alizarin #D91C32

Tints of Alizarin #D91C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.49%

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

R = 73.56%
G = 9.49%
B = 16.95%

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

#D91C32 (or 0xD91C32) is known color: Alizarin. HEX triplet: D9, 1C and 32. RGB value is (217,28,50). Sum of RGB (Red+Green+Blue) = 217+28+50=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D91C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91C32 is #26E3CD. Grayscale: #575757. Windows color (decimal): -2548686 or 3284185. OLE color: 3284185.

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

Color convert

RGB 217 28 50 -
CMYK 0 0.87 0.77 0.15
HSL 353.02º 0.77% 0.48% -
HSV(B) 353.02º 0.87% 0.85% -
XYZ 29.61 15.81 4.51 -
YUV 87.02 107.12 220.71 -
System Red Green Blue C M Y K H S L
Decimal 217 28 50 0 0.87 0.77 0.15 353.02 0.77 0.48
Hex D9 1C 32 0 57 4D F 161 4D 30
Octal 331 34 62 0 127 115 17 541 115 60
Binary 11011001 11100 110010 0 1010111 1001101 1111 101100001 1001101 110000

Color Harmonies of #D91C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91C32

Black with #D91C32

Text Example


Text Example

White with #D91C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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