Shades of Alizarin #D72530
Tints of Alizarin #D72530
RGB
CMYK
RGB Variations
Color information
#D72530 (or 0xD72530) is known color: Alizarin. HEX triplet: D7, 25 and 30. RGB value is (215,37,48). Sum of RGB (Red+Green+Blue) = 215+37+48=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D72530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72530 is #28DACF. Grayscale: #5B5B5B. Windows color (decimal): -2677456 or 3155415. OLE color: 3155415.
HSL color Cylindrical-coordinate representation of color #D72530: hue angle of 356.29º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72530 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 48 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.16 |
| HSL | 356.29º | 0.71% | 0.49% | - |
| HSV(B) | 356.29º | 0.83% | 0.84% | - |
| XYZ | 29.22 | 15.98 | 4.34 | - |
| YUV | 91.48 | 103.47 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 48 | 0 | 0.83 | 0.78 | 0.16 | 356.29 | 0.71 | 0.49 |
| Hex | D7 | 25 | 30 | 0 | 53 | 4E | 10 | 164 | 47 | 31 |
| Octal | 327 | 45 | 60 | 0 | 123 | 116 | 20 | 544 | 107 | 61 |
| Binary | 11010111 | 100101 | 110000 | 0 | 1010011 | 1001110 | 10000 | 101100100 | 1000111 | 110001 |
Color Harmonies of #D72530
Complementary color
Monochromatic Colors of #D72530
Black with #D72530
Text Example
Text Example
White with #D72530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72530; }
p { color: rgb(215,37,48); }
H1.HeaderClassName
{
color: #D72530;
}
.AnyTagClassName
{
color: #D72530;
}
</style>
background-color css
<style>
a { background-color: #D72530; }
a { background-color: rgb(215,37,48); }
div.DivClassName
{
background-color: #D72530;
}
.BgClassName
{
background-color: #D72530;
}
</style>
border-color css
<style>
span { border-color: #D72530; }
span { border-color: rgb(215,37,48); }
td.TdClassName
{
border-color: #D72530;
}
.TagClassName
{
border-color: #D72530;
}
</style>