#D32531

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

Shades of Alizarin #D32531

Tints of Alizarin #D32531

Color information

#D32531 (or 0xD32531) is unknown color: approx Alizarin. HEX triplet: D3, 25 and 31. RGB value is (211,37,49). Sum of RGB (Red+Green+Blue) = 211+37+49=297 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.04% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 211 - color contains mainly: red. Hex color #D32531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32531 is #2CDACE. Grayscale: #5A5A5A. Windows color (decimal): -2939599 or 3220947. OLE color: 3220947.

HSL color Cylindrical-coordinate representation of color #D32531: hue angle of 355.86º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32531 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB2113749-
CMYK00.820.770.17
HSL355.86º70.16%48.63%-
HSV(B)355.86º82.46%82.75%-
XYZ28.0815.394.4-
YUV90.39104.65214.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 71.04%
GREEN value IS 37 (14.84% from 255) = 12.46%
BLUE value IS 49 (19.53% from 255) = 16.50%
R=71.04%
G=12.46%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211374900.820.770.17355.8670.1648.63
HexD325310524D111644631
Octal323456101221152154410661
Binary11010011100101110001010100101001101100011011001001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32531; }

 p { color: rgb(211,37,49); }

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

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

 a { background-color: rgb(211,37,49); }

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

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

 span { border-color: rgb(211,37,49); }

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