Shades of Alizarin #D72629
Tints of Alizarin #D72629
RGB
CMYK
RGB Variations
Color information
#D72629 (or 0xD72629) is known color: Alizarin. HEX triplet: D7, 26 and 29. RGB value is (215,38,41). Sum of RGB (Red+Green+Blue) = 215+38+41=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D72629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72629 is #28D9D6. Grayscale: #5B5B5B. Windows color (decimal): -2677207 or 2696919. OLE color: 2696919.
HSL color Cylindrical-coordinate representation of color #D72629: hue angle of 358.98º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72629 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 41 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.16 |
| HSL | 358.98º | 0.7% | 0.5% | - |
| HSV(B) | 358.98º | 0.82% | 0.84% | - |
| XYZ | 29.12 | 15.99 | 3.65 | - |
| YUV | 91.27 | 99.64 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 41 | 0 | 0.82 | 0.81 | 0.16 | 358.98 | 0.7 | 0.5 |
| Hex | D7 | 26 | 29 | 0 | 52 | 51 | 10 | 167 | 46 | 32 |
| Octal | 327 | 46 | 51 | 0 | 122 | 121 | 20 | 547 | 106 | 62 |
| Binary | 11010111 | 100110 | 101001 | 0 | 1010010 | 1010001 | 10000 | 101100111 | 1000110 | 110010 |
Color Harmonies of #D72629
Complementary color
Monochromatic Colors of #D72629
Black with #D72629
Text Example
Text Example
White with #D72629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72629; }
p { color: rgb(215,38,41); }
H1.HeaderClassName
{
color: #D72629;
}
.AnyTagClassName
{
color: #D72629;
}
</style>
background-color css
<style>
a { background-color: #D72629; }
a { background-color: rgb(215,38,41); }
div.DivClassName
{
background-color: #D72629;
}
.BgClassName
{
background-color: #D72629;
}
</style>
border-color css
<style>
span { border-color: #D72629; }
span { border-color: rgb(215,38,41); }
td.TdClassName
{
border-color: #D72629;
}
.TagClassName
{
border-color: #D72629;
}
</style>