#D91D30

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

Shades of Alizarin #D91D30

Tints of Alizarin #D91D30

Color information

#D91D30 (or 0xD91D30) is unknown color: approx Alizarin. HEX triplet: D9, 1D and 30. RGB value is (217,29,48). Sum of RGB (Red+Green+Blue) = 217+29+48=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91D30 is #26E2CF. Grayscale: #575757. Windows color (decimal): -2548432 or 3153369. OLE color: 3153369.

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

Color convert

RGB2172948-
CMYK00.870.780.15
HSL353.94º76.42%48.24%-
HSV(B)353.94º86.64%85.1%-
XYZ29.5915.844.3-
YUV87.38105.78220.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 73.81%
GREEN value IS 29 (11.72% from 255) = 9.86%
BLUE value IS 48 (19.14% from 255) = 16.33%
R=73.81%
G=9.86%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217294800.870.780.15353.9476.4248.24
HexD91D300574EF1624c30
Octal331356001271161754211460
Binary110110011110111000001010111100111011111011000101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91D30; }

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

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

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

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

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

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

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

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