Shades of Alizarin #D92238
Tints of Alizarin #D92238
RGB
CMYK
RGB Variations
Color information
#D92238 (or 0xD92238) is known color: Alizarin. HEX triplet: D9, 22 and 38. RGB value is (217,34,56). Sum of RGB (Red+Green+Blue) = 217+34+56=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D92238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92238 is #26DDC7. Grayscale: #5B5B5B. Windows color (decimal): -2547144 or 3678937. OLE color: 3678937.
HSL color Cylindrical-coordinate representation of color #D92238: hue angle of 352.79º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D92238 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 56 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.15 |
| HSL | 352.79º | 0.73% | 0.49% | - |
| HSV(B) | 352.79º | 0.84% | 0.85% | - |
| XYZ | 29.9 | 16.18 | 5.29 | - |
| YUV | 91.23 | 108.13 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 56 | 0 | 0.84 | 0.74 | 0.15 | 352.79 | 0.73 | 0.49 |
| Hex | D9 | 22 | 38 | 0 | 54 | 4A | F | 161 | 49 | 31 |
| Octal | 331 | 42 | 70 | 0 | 124 | 112 | 17 | 541 | 111 | 61 |
| Binary | 11011001 | 100010 | 111000 | 0 | 1010100 | 1001010 | 1111 | 101100001 | 1001001 | 110001 |
Color Harmonies of #D92238
Complementary color
Monochromatic Colors of #D92238
Black with #D92238
Text Example
Text Example
White with #D92238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92238; }
p { color: rgb(217,34,56); }
H1.HeaderClassName
{
color: #D92238;
}
.AnyTagClassName
{
color: #D92238;
}
</style>
background-color css
<style>
a { background-color: #D92238; }
a { background-color: rgb(217,34,56); }
div.DivClassName
{
background-color: #D92238;
}
.BgClassName
{
background-color: #D92238;
}
</style>
border-color css
<style>
span { border-color: #D92238; }
span { border-color: rgb(217,34,56); }
td.TdClassName
{
border-color: #D92238;
}
.TagClassName
{
border-color: #D92238;
}
</style>