Shades of Crimson #D81532
Tints of Crimson #D81532
RGB
CMYK
RGB Variations
Color information
#D81532 (or 0xD81532) is known color: Crimson. HEX triplet: D8, 15 and 32. RGB value is (216,21,50). Sum of RGB (Red+Green+Blue) = 216+21+50=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D81532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81532 is #27EACD. Grayscale: #525252. Windows color (decimal): -2616014 or 3282392. OLE color: 3282392.
HSL color Cylindrical-coordinate representation of color #D81532: hue angle of 351.08º 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 #D81532 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 50 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.15 |
| HSL | 351.08º | 0.82% | 0.46% | - |
| HSV(B) | 351.08º | 0.9% | 0.85% | - |
| XYZ | 29.16 | 15.37 | 4.45 | - |
| YUV | 82.61 | 109.6 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 50 | 0 | 0.90 | 0.77 | 0.15 | 351.08 | 0.82 | 0.46 |
| Hex | D8 | 15 | 32 | 0 | 5A | 4D | F | 15F | 52 | 2E |
| Octal | 330 | 25 | 62 | 0 | 132 | 115 | 17 | 537 | 122 | 56 |
| Binary | 11011000 | 10101 | 110010 | 0 | 1011010 | 1001101 | 1111 | 101011111 | 1010010 | 101110 |
Color Harmonies of #D81532
Complementary color
Monochromatic Colors of #D81532
Black with #D81532
Text Example
Text Example
White with #D81532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81532; }
p { color: rgb(216,21,50); }
H1.HeaderClassName
{
color: #D81532;
}
.AnyTagClassName
{
color: #D81532;
}
</style>
background-color css
<style>
a { background-color: #D81532; }
a { background-color: rgb(216,21,50); }
div.DivClassName
{
background-color: #D81532;
}
.BgClassName
{
background-color: #D81532;
}
</style>
border-color css
<style>
span { border-color: #D81532; }
span { border-color: rgb(216,21,50); }
td.TdClassName
{
border-color: #D81532;
}
.TagClassName
{
border-color: #D81532;
}
</style>