Shades of Alizarin #D72430
Tints of Alizarin #D72430
RGB
CMYK
RGB Variations
Color information
#D72430 (or 0xD72430) is known color: Alizarin. HEX triplet: D7, 24 and 30. RGB value is (215,36,48). Sum of RGB (Red+Green+Blue) = 215+36+48=299 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.91% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 215 - color contains mainly: red. Hex color #D72430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72430 is #28DBCF. Grayscale: #5B5B5B. Windows color (decimal): -2677712 or 3155159. OLE color: 3155159.
HSL color Cylindrical-coordinate representation of color #D72430: hue angle of 355.98º 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 #D72430 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 48 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.16 |
| HSL | 355.98º | 0.71% | 0.49% | - |
| HSV(B) | 355.98º | 0.83% | 0.84% | - |
| XYZ | 29.19 | 15.92 | 4.33 | - |
| YUV | 90.89 | 103.8 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 48 | 0 | 0.83 | 0.78 | 0.16 | 355.98 | 0.71 | 0.49 |
| Hex | D7 | 24 | 30 | 0 | 53 | 4E | 10 | 164 | 47 | 31 |
| Octal | 327 | 44 | 60 | 0 | 123 | 116 | 20 | 544 | 107 | 61 |
| Binary | 11010111 | 100100 | 110000 | 0 | 1010011 | 1001110 | 10000 | 101100100 | 1000111 | 110001 |
Color Harmonies of #D72430
Complementary color
Monochromatic Colors of #D72430
Black with #D72430
Text Example
Text Example
White with #D72430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72430; }
p { color: rgb(215,36,48); }
H1.HeaderClassName
{
color: #D72430;
}
.AnyTagClassName
{
color: #D72430;
}
</style>
background-color css
<style>
a { background-color: #D72430; }
a { background-color: rgb(215,36,48); }
div.DivClassName
{
background-color: #D72430;
}
.BgClassName
{
background-color: #D72430;
}
</style>
border-color css
<style>
span { border-color: #D72430; }
span { border-color: rgb(215,36,48); }
td.TdClassName
{
border-color: #D72430;
}
.TagClassName
{
border-color: #D72430;
}
</style>