Shades of Alizarin #D72334
Tints of Alizarin #D72334
RGB
CMYK
RGB Variations
Color information
#D72334 (or 0xD72334) is known color: Alizarin. HEX triplet: D7, 23 and 34. RGB value is (215,35,52). Sum of RGB (Red+Green+Blue) = 215+35+52=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D72334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72334 is #28DCCB. Grayscale: #5A5A5A. Windows color (decimal): -2677964 or 3417047. OLE color: 3417047.
HSL color Cylindrical-coordinate representation of color #D72334: hue angle of 354.33º 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 #D72334 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 35 | 52 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.16 |
| HSL | 354.33º | 0.72% | 0.49% | - |
| HSV(B) | 354.33º | 0.84% | 0.84% | - |
| XYZ | 29.25 | 15.9 | 4.78 | - |
| YUV | 90.76 | 106.13 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 35 | 52 | 0 | 0.84 | 0.76 | 0.16 | 354.33 | 0.72 | 0.49 |
| Hex | D7 | 23 | 34 | 0 | 54 | 4C | 10 | 162 | 48 | 31 |
| Octal | 327 | 43 | 64 | 0 | 124 | 114 | 20 | 542 | 110 | 61 |
| Binary | 11010111 | 100011 | 110100 | 0 | 1010100 | 1001100 | 10000 | 101100010 | 1001000 | 110001 |
Color Harmonies of #D72334
Complementary color
Monochromatic Colors of #D72334
Black with #D72334
Text Example
Text Example
White with #D72334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72334; }
p { color: rgb(215,35,52); }
H1.HeaderClassName
{
color: #D72334;
}
.AnyTagClassName
{
color: #D72334;
}
</style>
background-color css
<style>
a { background-color: #D72334; }
a { background-color: rgb(215,35,52); }
div.DivClassName
{
background-color: #D72334;
}
.BgClassName
{
background-color: #D72334;
}
</style>
border-color css
<style>
span { border-color: #D72334; }
span { border-color: rgb(215,35,52); }
td.TdClassName
{
border-color: #D72334;
}
.TagClassName
{
border-color: #D72334;
}
</style>