Shades of Alizarin #D82543
Tints of Alizarin #D82543
RGB
CMYK
RGB Variations
Color information
#D82543 (or 0xD82543) is known color: Alizarin. HEX triplet: D8, 25 and 43. RGB value is (216,37,67). Sum of RGB (Red+Green+Blue) = 216+37+67=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D82543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82543 is #27DABC. Grayscale: #5E5E5E. Windows color (decimal): -2611901 or 4400600. OLE color: 4400600.
HSL color Cylindrical-coordinate representation of color #D82543: hue angle of 349.94º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82543 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 67 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.15 |
| HSL | 349.94º | 0.71% | 0.5% | - |
| HSV(B) | 349.94º | 0.83% | 0.85% | - |
| XYZ | 29.99 | 16.33 | 6.88 | - |
| YUV | 93.94 | 112.8 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 67 | 0 | 0.83 | 0.69 | 0.15 | 349.94 | 0.71 | 0.5 |
| Hex | D8 | 25 | 43 | 0 | 53 | 45 | F | 15E | 47 | 32 |
| Octal | 330 | 45 | 103 | 0 | 123 | 105 | 17 | 536 | 107 | 62 |
| Binary | 11011000 | 100101 | 1000011 | 0 | 1010011 | 1000101 | 1111 | 101011110 | 1000111 | 110010 |
Color Harmonies of #D82543
Complementary color
Monochromatic Colors of #D82543
Black with #D82543
Text Example
Text Example
White with #D82543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82543; }
p { color: rgb(216,37,67); }
H1.HeaderClassName
{
color: #D82543;
}
.AnyTagClassName
{
color: #D82543;
}
</style>
background-color css
<style>
a { background-color: #D82543; }
a { background-color: rgb(216,37,67); }
div.DivClassName
{
background-color: #D82543;
}
.BgClassName
{
background-color: #D82543;
}
</style>
border-color css
<style>
span { border-color: #D82543; }
span { border-color: rgb(216,37,67); }
td.TdClassName
{
border-color: #D82543;
}
.TagClassName
{
border-color: #D82543;
}
</style>