Shades of Crimson #D81141
Tints of Crimson #D81141
RGB
CMYK
RGB Variations
Color information
#D81141 (or 0xD81141) is known color: Crimson. HEX triplet: D8, 11 and 41. RGB value is (216,17,65). Sum of RGB (Red+Green+Blue) = 216+17+65=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D81141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81141 is #27EEBE. Grayscale: #515151. Windows color (decimal): -2617023 or 4264408. OLE color: 4264408.
HSL color Cylindrical-coordinate representation of color #D81141: hue angle of 345.53º 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 #D81141 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 65 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.15 |
| HSL | 345.53º | 0.85% | 0.46% | - |
| HSV(B) | 345.53º | 0.92% | 0.85% | - |
| XYZ | 29.47 | 15.38 | 6.42 | - |
| YUV | 81.97 | 118.43 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 65 | 0 | 0.92 | 0.70 | 0.15 | 345.53 | 0.85 | 0.46 |
| Hex | D8 | 11 | 41 | 0 | 5C | 46 | F | 15A | 55 | 2E |
| Octal | 330 | 21 | 101 | 0 | 134 | 106 | 17 | 532 | 125 | 56 |
| Binary | 11011000 | 10001 | 1000001 | 0 | 1011100 | 1000110 | 1111 | 101011010 | 1010101 | 101110 |
Color Harmonies of #D81141
Complementary color
Monochromatic Colors of #D81141
Black with #D81141
Text Example
Text Example
White with #D81141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81141; }
p { color: rgb(216,17,65); }
H1.HeaderClassName
{
color: #D81141;
}
.AnyTagClassName
{
color: #D81141;
}
</style>
background-color css
<style>
a { background-color: #D81141; }
a { background-color: rgb(216,17,65); }
div.DivClassName
{
background-color: #D81141;
}
.BgClassName
{
background-color: #D81141;
}
</style>
border-color css
<style>
span { border-color: #D81141; }
span { border-color: rgb(216,17,65); }
td.TdClassName
{
border-color: #D81141;
}
.TagClassName
{
border-color: #D81141;
}
</style>