#D91C2C

Color #D91C2C Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #D91C2C

Tints of Alizarin #D91C2C

Color information

#D91C2C (or 0xD91C2C) is unknown color: approx Alizarin. HEX triplet: D9, 1C and 2C. RGB value is (217,28,44). Sum of RGB (Red+Green+Blue) = 217+28+44=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D91C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91C2C is #26E3D3. Grayscale: #565656. Windows color (decimal): -2548692 or 2890969. OLE color: 2890969.

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

Color convert

RGB2172844-
CMYK00.870.800.15
HSL354.92º77.14%48.04%-
HSV(B)354.92º87.1%85.1%-
XYZ29.4915.763.87-
YUV86.34104.12221.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 75.09%
GREEN value IS 28 (11.33% from 255) = 9.69%
BLUE value IS 44 (17.58% from 255) = 15.22%
R=75.09%
G=9.69%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217284400.870.800.15354.9277.1448.04
HexD91C2C05750F1634d30
Octal331345401271201754311560
Binary110110011110010110001010111101000011111011000111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91C2C; }

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

 H1.HeaderClassName
 {
   color: #D91C2C;
 }
 .AnyTagClassName
 {
   color: #D91C2C;
 }
</style>
background-color css

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

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

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

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

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

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