Shades of Alizarin #D6292D
Tints of Alizarin #D6292D
RGB
CMYK
RGB Variations
Color information
#D6292D (or 0xD6292D) is known color: Alizarin. HEX triplet: D6, 29 and 2D. RGB value is (214,41,45). Sum of RGB (Red+Green+Blue) = 214+41+45=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D6292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6292D is #29D6D2. Grayscale: #5D5D5D. Windows color (decimal): -2741971 or 2959830. OLE color: 2959830.
HSL color Cylindrical-coordinate representation of color #D6292D: hue angle of 358.61º 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 #D6292D is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 45 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.16 |
| HSL | 358.61º | 0.68% | 0.5% | - |
| HSV(B) | 358.61º | 0.81% | 0.84% | - |
| XYZ | 29 | 16.07 | 4.06 | - |
| YUV | 93.18 | 100.81 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 45 | 0 | 0.81 | 0.79 | 0.16 | 358.61 | 0.68 | 0.5 |
| Hex | D6 | 29 | 2D | 0 | 51 | 4F | 10 | 167 | 44 | 32 |
| Octal | 326 | 51 | 55 | 0 | 121 | 117 | 20 | 547 | 104 | 62 |
| Binary | 11010110 | 101001 | 101101 | 0 | 1010001 | 1001111 | 10000 | 101100111 | 1000100 | 110010 |
Color Harmonies of #D6292D
Complementary color
Monochromatic Colors of #D6292D
Black with #D6292D
Text Example
Text Example
White with #D6292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6292D; }
p { color: rgb(214,41,45); }
H1.HeaderClassName
{
color: #D6292D;
}
.AnyTagClassName
{
color: #D6292D;
}
</style>
background-color css
<style>
a { background-color: #D6292D; }
a { background-color: rgb(214,41,45); }
div.DivClassName
{
background-color: #D6292D;
}
.BgClassName
{
background-color: #D6292D;
}
</style>
border-color css
<style>
span { border-color: #D6292D; }
span { border-color: rgb(214,41,45); }
td.TdClassName
{
border-color: #D6292D;
}
.TagClassName
{
border-color: #D6292D;
}
</style>