Shades of Crimson #D81231
Tints of Crimson #D81231
RGB
CMYK
RGB Variations
Color information
#D81231 (or 0xD81231) is known color: Crimson. HEX triplet: D8, 12 and 31. RGB value is (216,18,49). Sum of RGB (Red+Green+Blue) = 216+18+49=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D81231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81231 is #27EDCE. Grayscale: #505050. Windows color (decimal): -2616783 or 3216088. OLE color: 3216088.
HSL color Cylindrical-coordinate representation of color #D81231: hue angle of 350.61º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81231 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 49 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.15 |
| HSL | 350.61º | 0.85% | 0.46% | - |
| HSV(B) | 350.61º | 0.92% | 0.85% | - |
| XYZ | 29.09 | 15.25 | 4.32 | - |
| YUV | 80.74 | 110.1 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 49 | 0 | 0.92 | 0.77 | 0.15 | 350.61 | 0.85 | 0.46 |
| Hex | D8 | 12 | 31 | 0 | 5C | 4D | F | 15F | 55 | 2E |
| Octal | 330 | 22 | 61 | 0 | 134 | 115 | 17 | 537 | 125 | 56 |
| Binary | 11011000 | 10010 | 110001 | 0 | 1011100 | 1001101 | 1111 | 101011111 | 1010101 | 101110 |
Color Harmonies of #D81231
Complementary color
Monochromatic Colors of #D81231
Black with #D81231
Text Example
Text Example
White with #D81231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81231; }
p { color: rgb(216,18,49); }
H1.HeaderClassName
{
color: #D81231;
}
.AnyTagClassName
{
color: #D81231;
}
</style>
background-color css
<style>
a { background-color: #D81231; }
a { background-color: rgb(216,18,49); }
div.DivClassName
{
background-color: #D81231;
}
.BgClassName
{
background-color: #D81231;
}
</style>
border-color css
<style>
span { border-color: #D81231; }
span { border-color: rgb(216,18,49); }
td.TdClassName
{
border-color: #D81231;
}
.TagClassName
{
border-color: #D81231;
}
</style>