Shades of Crimson #D8113A
Tints of Crimson #D8113A
RGB
CMYK
RGB Variations
Color information
#D8113A (or 0xD8113A) is known color: Crimson. HEX triplet: D8, 11 and 3A. RGB value is (216,17,58). Sum of RGB (Red+Green+Blue) = 216+17+58=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D8113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8113A is #27EEC5. Grayscale: #515151. Windows color (decimal): -2617030 or 3805656. OLE color: 3805656.
HSL color Cylindrical-coordinate representation of color #D8113A: hue angle of 347.64º 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 #D8113A is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 58 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.15 |
| HSL | 347.64º | 0.85% | 0.46% | - |
| HSV(B) | 347.64º | 0.92% | 0.85% | - |
| XYZ | 29.28 | 15.31 | 5.41 | - |
| YUV | 81.18 | 114.93 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 58 | 0 | 0.92 | 0.73 | 0.15 | 347.64 | 0.85 | 0.46 |
| Hex | D8 | 11 | 3A | 0 | 5C | 49 | F | 15C | 55 | 2E |
| Octal | 330 | 21 | 72 | 0 | 134 | 111 | 17 | 534 | 125 | 56 |
| Binary | 11011000 | 10001 | 111010 | 0 | 1011100 | 1001001 | 1111 | 101011100 | 1010101 | 101110 |
Color Harmonies of #D8113A
Complementary color
Monochromatic Colors of #D8113A
Black with #D8113A
Text Example
Text Example
White with #D8113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8113A; }
p { color: rgb(216,17,58); }
H1.HeaderClassName
{
color: #D8113A;
}
.AnyTagClassName
{
color: #D8113A;
}
</style>
background-color css
<style>
a { background-color: #D8113A; }
a { background-color: rgb(216,17,58); }
div.DivClassName
{
background-color: #D8113A;
}
.BgClassName
{
background-color: #D8113A;
}
</style>
border-color css
<style>
span { border-color: #D8113A; }
span { border-color: rgb(216,17,58); }
td.TdClassName
{
border-color: #D8113A;
}
.TagClassName
{
border-color: #D8113A;
}
</style>