Shades of Crimson #D81534
Tints of Crimson #D81534
RGB
CMYK
RGB Variations
Color information
#D81534 (or 0xD81534) is known color: Crimson. HEX triplet: D8, 15 and 34. RGB value is (216,21,52). Sum of RGB (Red+Green+Blue) = 216+21+52=289 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.74% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 216 - color contains mainly: red. Hex color #D81534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81534 is #27EACB. Grayscale: #525252. Windows color (decimal): -2616012 or 3413464. OLE color: 3413464.
HSL color Cylindrical-coordinate representation of color #D81534: hue angle of 350.46º 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 #D81534 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 52 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.15 |
| HSL | 350.46º | 0.82% | 0.46% | - |
| HSV(B) | 350.46º | 0.9% | 0.85% | - |
| XYZ | 29.21 | 15.38 | 4.68 | - |
| YUV | 82.84 | 110.6 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 52 | 0 | 0.90 | 0.76 | 0.15 | 350.46 | 0.82 | 0.46 |
| Hex | D8 | 15 | 34 | 0 | 5A | 4C | F | 15E | 52 | 2E |
| Octal | 330 | 25 | 64 | 0 | 132 | 114 | 17 | 536 | 122 | 56 |
| Binary | 11011000 | 10101 | 110100 | 0 | 1011010 | 1001100 | 1111 | 101011110 | 1010010 | 101110 |
Color Harmonies of #D81534
Complementary color
Monochromatic Colors of #D81534
Black with #D81534
Text Example
Text Example
White with #D81534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81534; }
p { color: rgb(216,21,52); }
H1.HeaderClassName
{
color: #D81534;
}
.AnyTagClassName
{
color: #D81534;
}
</style>
background-color css
<style>
a { background-color: #D81534; }
a { background-color: rgb(216,21,52); }
div.DivClassName
{
background-color: #D81534;
}
.BgClassName
{
background-color: #D81534;
}
</style>
border-color css
<style>
span { border-color: #D81534; }
span { border-color: rgb(216,21,52); }
td.TdClassName
{
border-color: #D81534;
}
.TagClassName
{
border-color: #D81534;
}
</style>