Shades of Alizarin #D92643
Tints of Alizarin #D92643
RGB
CMYK
RGB Variations
Color information
#D92643 (or 0xD92643) is known color: Alizarin. HEX triplet: D9, 26 and 43. RGB value is (217,38,67). Sum of RGB (Red+Green+Blue) = 217+38+67=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D92643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92643 is #26D9BC. Grayscale: #5E5E5E. Windows color (decimal): -2546109 or 4400857. OLE color: 4400857.
HSL color Cylindrical-coordinate representation of color #D92643: hue angle of 350.28º 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 #D92643 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 67 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.15 |
| HSL | 350.28º | 0.7% | 0.5% | - |
| HSV(B) | 350.28º | 0.82% | 0.85% | - |
| XYZ | 30.32 | 16.54 | 6.91 | - |
| YUV | 94.83 | 112.3 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 67 | 0 | 0.82 | 0.69 | 0.15 | 350.28 | 0.7 | 0.5 |
| Hex | D9 | 26 | 43 | 0 | 52 | 45 | F | 15E | 46 | 32 |
| Octal | 331 | 46 | 103 | 0 | 122 | 105 | 17 | 536 | 106 | 62 |
| Binary | 11011001 | 100110 | 1000011 | 0 | 1010010 | 1000101 | 1111 | 101011110 | 1000110 | 110010 |
Color Harmonies of #D92643
Complementary color
Monochromatic Colors of #D92643
Black with #D92643
Text Example
Text Example
White with #D92643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92643; }
p { color: rgb(217,38,67); }
H1.HeaderClassName
{
color: #D92643;
}
.AnyTagClassName
{
color: #D92643;
}
</style>
background-color css
<style>
a { background-color: #D92643; }
a { background-color: rgb(217,38,67); }
div.DivClassName
{
background-color: #D92643;
}
.BgClassName
{
background-color: #D92643;
}
</style>
border-color css
<style>
span { border-color: #D92643; }
span { border-color: rgb(217,38,67); }
td.TdClassName
{
border-color: #D92643;
}
.TagClassName
{
border-color: #D92643;
}
</style>