Shades of Alizarin #D5292F
Tints of Alizarin #D5292F
RGB
CMYK
RGB Variations
Color information
#D5292F (or 0xD5292F) is known color: Alizarin. HEX triplet: D5, 29 and 2F. RGB value is (213,41,47). Sum of RGB (Red+Green+Blue) = 213+41+47=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D5292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5292F is #2AD6D0. Grayscale: #5D5D5D. Windows color (decimal): -2807505 or 3090901. OLE color: 3090901.
HSL color Cylindrical-coordinate representation of color #D5292F: hue angle of 357.91º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5292F is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 47 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.16 |
| HSL | 357.91º | 0.68% | 0.5% | - |
| HSV(B) | 357.91º | 0.81% | 0.84% | - |
| XYZ | 28.75 | 15.94 | 4.25 | - |
| YUV | 93.11 | 101.98 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 47 | 0 | 0.81 | 0.78 | 0.16 | 357.91 | 0.68 | 0.5 |
| Hex | D5 | 29 | 2F | 0 | 51 | 4E | 10 | 166 | 44 | 32 |
| Octal | 325 | 51 | 57 | 0 | 121 | 116 | 20 | 546 | 104 | 62 |
| Binary | 11010101 | 101001 | 101111 | 0 | 1010001 | 1001110 | 10000 | 101100110 | 1000100 | 110010 |
Color Harmonies of #D5292F
Complementary color
Monochromatic Colors of #D5292F
Black with #D5292F
Text Example
Text Example
White with #D5292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5292F; }
p { color: rgb(213,41,47); }
H1.HeaderClassName
{
color: #D5292F;
}
.AnyTagClassName
{
color: #D5292F;
}
</style>
background-color css
<style>
a { background-color: #D5292F; }
a { background-color: rgb(213,41,47); }
div.DivClassName
{
background-color: #D5292F;
}
.BgClassName
{
background-color: #D5292F;
}
</style>
border-color css
<style>
span { border-color: #D5292F; }
span { border-color: rgb(213,41,47); }
td.TdClassName
{
border-color: #D5292F;
}
.TagClassName
{
border-color: #D5292F;
}
</style>