Shades of Alizarin #D82641
Tints of Alizarin #D82641
RGB
CMYK
RGB Variations
Color information
#D82641 (or 0xD82641) is known color: Alizarin. HEX triplet: D8, 26 and 41. RGB value is (216,38,65). Sum of RGB (Red+Green+Blue) = 216+38+65=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D82641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82641 is #27D9BE. Grayscale: #5E5E5E. Windows color (decimal): -2611647 or 4269784. OLE color: 4269784.
HSL color Cylindrical-coordinate representation of color #D82641: hue angle of 350.9º 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 #D82641 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 65 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.15 |
| HSL | 350.9º | 0.7% | 0.5% | - |
| HSV(B) | 350.9º | 0.82% | 0.85% | - |
| XYZ | 29.97 | 16.37 | 6.58 | - |
| YUV | 94.3 | 111.47 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 65 | 0 | 0.82 | 0.70 | 0.15 | 350.9 | 0.7 | 0.5 |
| Hex | D8 | 26 | 41 | 0 | 52 | 46 | F | 15F | 46 | 32 |
| Octal | 330 | 46 | 101 | 0 | 122 | 106 | 17 | 537 | 106 | 62 |
| Binary | 11011000 | 100110 | 1000001 | 0 | 1010010 | 1000110 | 1111 | 101011111 | 1000110 | 110010 |
Color Harmonies of #D82641
Complementary color
Monochromatic Colors of #D82641
Black with #D82641
Text Example
Text Example
White with #D82641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82641; }
p { color: rgb(216,38,65); }
H1.HeaderClassName
{
color: #D82641;
}
.AnyTagClassName
{
color: #D82641;
}
</style>
background-color css
<style>
a { background-color: #D82641; }
a { background-color: rgb(216,38,65); }
div.DivClassName
{
background-color: #D82641;
}
.BgClassName
{
background-color: #D82641;
}
</style>
border-color css
<style>
span { border-color: #D82641; }
span { border-color: rgb(216,38,65); }
td.TdClassName
{
border-color: #D82641;
}
.TagClassName
{
border-color: #D82641;
}
</style>