Shades of Crimson #D81543
Tints of Crimson #D81543
RGB
CMYK
RGB Variations
Color information
#D81543 (or 0xD81543) is known color: Crimson. HEX triplet: D8, 15 and 43. RGB value is (216,21,67). Sum of RGB (Red+Green+Blue) = 216+21+67=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D81543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81543 is #27EABC. Grayscale: #545454. Windows color (decimal): -2615997 or 4396504. OLE color: 4396504.
HSL color Cylindrical-coordinate representation of color #D81543: hue angle of 345.85º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81543 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 67 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.15 |
| HSL | 345.85º | 0.82% | 0.46% | - |
| HSV(B) | 345.85º | 0.9% | 0.85% | - |
| XYZ | 29.6 | 15.54 | 6.75 | - |
| YUV | 84.55 | 118.1 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 67 | 0 | 0.90 | 0.69 | 0.15 | 345.85 | 0.82 | 0.46 |
| Hex | D8 | 15 | 43 | 0 | 5A | 45 | F | 15A | 52 | 2E |
| Octal | 330 | 25 | 103 | 0 | 132 | 105 | 17 | 532 | 122 | 56 |
| Binary | 11011000 | 10101 | 1000011 | 0 | 1011010 | 1000101 | 1111 | 101011010 | 1010010 | 101110 |
Color Harmonies of #D81543
Complementary color
Monochromatic Colors of #D81543
Black with #D81543
Text Example
Text Example
White with #D81543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81543; }
p { color: rgb(216,21,67); }
H1.HeaderClassName
{
color: #D81543;
}
.AnyTagClassName
{
color: #D81543;
}
</style>
background-color css
<style>
a { background-color: #D81543; }
a { background-color: rgb(216,21,67); }
div.DivClassName
{
background-color: #D81543;
}
.BgClassName
{
background-color: #D81543;
}
</style>
border-color css
<style>
span { border-color: #D81543; }
span { border-color: rgb(216,21,67); }
td.TdClassName
{
border-color: #D81543;
}
.TagClassName
{
border-color: #D81543;
}
</style>