Shades of Alizarin #D92743
Tints of Alizarin #D92743
RGB
CMYK
RGB Variations
Color information
#D92743 (or 0xD92743) is known color: Alizarin. HEX triplet: D9, 27 and 43. RGB value is (217,39,67). Sum of RGB (Red+Green+Blue) = 217+39+67=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D92743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92743 is #26D8BC. Grayscale: #5F5F5F. Windows color (decimal): -2545853 or 4401113. OLE color: 4401113.
HSL color Cylindrical-coordinate representation of color #D92743: hue angle of 350.56º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92743 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 67 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.15 |
| HSL | 350.56º | 0.7% | 0.5% | - |
| HSV(B) | 350.56º | 0.82% | 0.85% | - |
| XYZ | 30.35 | 16.61 | 6.92 | - |
| YUV | 95.41 | 111.97 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 67 | 0 | 0.82 | 0.69 | 0.15 | 350.56 | 0.7 | 0.5 |
| Hex | D9 | 27 | 43 | 0 | 52 | 45 | F | 15F | 46 | 32 |
| Octal | 331 | 47 | 103 | 0 | 122 | 105 | 17 | 537 | 106 | 62 |
| Binary | 11011001 | 100111 | 1000011 | 0 | 1010010 | 1000101 | 1111 | 101011111 | 1000110 | 110010 |
Color Harmonies of #D92743
Complementary color
Monochromatic Colors of #D92743
Black with #D92743
Text Example
Text Example
White with #D92743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92743; }
p { color: rgb(217,39,67); }
H1.HeaderClassName
{
color: #D92743;
}
.AnyTagClassName
{
color: #D92743;
}
</style>
background-color css
<style>
a { background-color: #D92743; }
a { background-color: rgb(217,39,67); }
div.DivClassName
{
background-color: #D92743;
}
.BgClassName
{
background-color: #D92743;
}
</style>
border-color css
<style>
span { border-color: #D92743; }
span { border-color: rgb(217,39,67); }
td.TdClassName
{
border-color: #D92743;
}
.TagClassName
{
border-color: #D92743;
}
</style>