Shades of Alizarin #D92138
Tints of Alizarin #D92138
RGB
CMYK
RGB Variations
Color information
#D92138 (or 0xD92138) is known color: Alizarin. HEX triplet: D9, 21 and 38. RGB value is (217,33,56). Sum of RGB (Red+Green+Blue) = 217+33+56=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D92138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92138 is #26DEC7. Grayscale: #5A5A5A. Windows color (decimal): -2547400 or 3678681. OLE color: 3678681.
HSL color Cylindrical-coordinate representation of color #D92138: hue angle of 352.5º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92138 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 33 | 56 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.15 |
| HSL | 352.5º | 0.74% | 0.49% | - |
| HSV(B) | 352.5º | 0.85% | 0.85% | - |
| XYZ | 29.87 | 16.12 | 5.28 | - |
| YUV | 90.64 | 108.46 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 56 | 0 | 0.85 | 0.74 | 0.15 | 352.5 | 0.74 | 0.49 |
| Hex | D9 | 21 | 38 | 0 | 55 | 4A | F | 160 | 4A | 31 |
| Octal | 331 | 41 | 70 | 0 | 125 | 112 | 17 | 540 | 112 | 61 |
| Binary | 11011001 | 100001 | 111000 | 0 | 1010101 | 1001010 | 1111 | 101100000 | 1001010 | 110001 |
Color Harmonies of #D92138
Complementary color
Monochromatic Colors of #D92138
Black with #D92138
Text Example
Text Example
White with #D92138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92138; }
p { color: rgb(217,33,56); }
H1.HeaderClassName
{
color: #D92138;
}
.AnyTagClassName
{
color: #D92138;
}
</style>
background-color css
<style>
a { background-color: #D92138; }
a { background-color: rgb(217,33,56); }
div.DivClassName
{
background-color: #D92138;
}
.BgClassName
{
background-color: #D92138;
}
</style>
border-color css
<style>
span { border-color: #D92138; }
span { border-color: rgb(217,33,56); }
td.TdClassName
{
border-color: #D92138;
}
.TagClassName
{
border-color: #D92138;
}
</style>