Shades of Alizarin #D92D43
Tints of Alizarin #D92D43
RGB
CMYK
RGB Variations
Color information
#D92D43 (or 0xD92D43) is known color: Alizarin. HEX triplet: D9, 2D and 43. RGB value is (217,45,67). Sum of RGB (Red+Green+Blue) = 217+45+67=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92D43 is #26D2BC. Grayscale: #636363. Windows color (decimal): -2544317 or 4402649. OLE color: 4402649.
HSL color Cylindrical-coordinate representation of color #D92D43: hue angle of 352.33º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92D43 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 67 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.15 |
| HSL | 352.33º | 0.69% | 0.51% | - |
| HSV(B) | 352.33º | 0.79% | 0.85% | - |
| XYZ | 30.57 | 17.03 | 6.99 | - |
| YUV | 98.94 | 109.98 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 67 | 0 | 0.79 | 0.69 | 0.15 | 352.33 | 0.69 | 0.51 |
| Hex | D9 | 2D | 43 | 0 | 4F | 45 | F | 160 | 45 | 33 |
| Octal | 331 | 55 | 103 | 0 | 117 | 105 | 17 | 540 | 105 | 63 |
| Binary | 11011001 | 101101 | 1000011 | 0 | 1001111 | 1000101 | 1111 | 101100000 | 1000101 | 110011 |
Color Harmonies of #D92D43
Complementary color
Monochromatic Colors of #D92D43
Black with #D92D43
Text Example
Text Example
White with #D92D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D43; }
p { color: rgb(217,45,67); }
H1.HeaderClassName
{
color: #D92D43;
}
.AnyTagClassName
{
color: #D92D43;
}
</style>
background-color css
<style>
a { background-color: #D92D43; }
a { background-color: rgb(217,45,67); }
div.DivClassName
{
background-color: #D92D43;
}
.BgClassName
{
background-color: #D92D43;
}
</style>
border-color css
<style>
span { border-color: #D92D43; }
span { border-color: rgb(217,45,67); }
td.TdClassName
{
border-color: #D92D43;
}
.TagClassName
{
border-color: #D92D43;
}
</style>