Shades of Alizarin #D72330
Tints of Alizarin #D72330
RGB
CMYK
RGB Variations
Color information
#D72330 (or 0xD72330) is known color: Alizarin. HEX triplet: D7, 23 and 30. RGB value is (215,35,48). Sum of RGB (Red+Green+Blue) = 215+35+48=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D72330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72330 is #28DCCF. Grayscale: #5A5A5A. Windows color (decimal): -2677968 or 3154903. OLE color: 3154903.
HSL color Cylindrical-coordinate representation of color #D72330: hue angle of 355.67º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D72330 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 35 | 48 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.16 |
| HSL | 355.67º | 0.72% | 0.49% | - |
| HSV(B) | 355.67º | 0.84% | 0.84% | - |
| XYZ | 29.16 | 15.86 | 4.32 | - |
| YUV | 90.3 | 104.13 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 35 | 48 | 0 | 0.84 | 0.78 | 0.16 | 355.67 | 0.72 | 0.49 |
| Hex | D7 | 23 | 30 | 0 | 54 | 4E | 10 | 164 | 48 | 31 |
| Octal | 327 | 43 | 60 | 0 | 124 | 116 | 20 | 544 | 110 | 61 |
| Binary | 11010111 | 100011 | 110000 | 0 | 1010100 | 1001110 | 10000 | 101100100 | 1001000 | 110001 |
Color Harmonies of #D72330
Complementary color
Monochromatic Colors of #D72330
Black with #D72330
Text Example
Text Example
White with #D72330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72330; }
p { color: rgb(215,35,48); }
H1.HeaderClassName
{
color: #D72330;
}
.AnyTagClassName
{
color: #D72330;
}
</style>
background-color css
<style>
a { background-color: #D72330; }
a { background-color: rgb(215,35,48); }
div.DivClassName
{
background-color: #D72330;
}
.BgClassName
{
background-color: #D72330;
}
</style>
border-color css
<style>
span { border-color: #D72330; }
span { border-color: rgb(215,35,48); }
td.TdClassName
{
border-color: #D72330;
}
.TagClassName
{
border-color: #D72330;
}
</style>