#D81E31

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

Shades of Alizarin #D81E31

Tints of Alizarin #D81E31

Color information

#D81E31 (or 0xD81E31) is unknown color: approx Alizarin. HEX triplet: D8, 1E and 31. RGB value is (216,30,49). Sum of RGB (Red+Green+Blue) = 216+30+49=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81E31 is #27E1CE. Grayscale: #575757. Windows color (decimal): -2613711 or 3219160. OLE color: 3219160.

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

Color convert

RGB2163049-
CMYK00.860.770.15
HSL353.87º75.61%48.24%-
HSV(B)353.87º86.11%84.71%-
XYZ29.3415.754.4-
YUV87.78106.12219.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 73.22%
GREEN value IS 30 (12.11% from 255) = 10.17%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=73.22%
G=10.17%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216304900.860.770.15353.8775.6148.24
HexD81E310564DF1624c30
Octal330366101261151754211460
Binary110110001111011000101010110100110111111011000101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81E31; }

 p { color: rgb(216,30,49); }

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

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

 a { background-color: rgb(216,30,49); }

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

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

 span { border-color: rgb(216,30,49); }

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