Shades of Crimson #D8113D
Tints of Crimson #D8113D
RGB
CMYK
RGB Variations
Color information
#D8113D (or 0xD8113D) is known color: Crimson. HEX triplet: D8, 11 and 3D. RGB value is (216,17,61). Sum of RGB (Red+Green+Blue) = 216+17+61=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D8113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8113D is #27EEC2. Grayscale: #515151. Windows color (decimal): -2617027 or 4002264. OLE color: 4002264.
HSL color Cylindrical-coordinate representation of color #D8113D: hue angle of 346.73º 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 #D8113D is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 61 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.15 |
| HSL | 346.73º | 0.85% | 0.46% | - |
| HSV(B) | 346.73º | 0.92% | 0.85% | - |
| XYZ | 29.36 | 15.34 | 5.83 | - |
| YUV | 81.52 | 116.43 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 61 | 0 | 0.92 | 0.72 | 0.15 | 346.73 | 0.85 | 0.46 |
| Hex | D8 | 11 | 3D | 0 | 5C | 48 | F | 15B | 55 | 2E |
| Octal | 330 | 21 | 75 | 0 | 134 | 110 | 17 | 533 | 125 | 56 |
| Binary | 11011000 | 10001 | 111101 | 0 | 1011100 | 1001000 | 1111 | 101011011 | 1010101 | 101110 |
Color Harmonies of #D8113D
Complementary color
Monochromatic Colors of #D8113D
Black with #D8113D
Text Example
Text Example
White with #D8113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8113D; }
p { color: rgb(216,17,61); }
H1.HeaderClassName
{
color: #D8113D;
}
.AnyTagClassName
{
color: #D8113D;
}
</style>
background-color css
<style>
a { background-color: #D8113D; }
a { background-color: rgb(216,17,61); }
div.DivClassName
{
background-color: #D8113D;
}
.BgClassName
{
background-color: #D8113D;
}
</style>
border-color css
<style>
span { border-color: #D8113D; }
span { border-color: rgb(216,17,61); }
td.TdClassName
{
border-color: #D8113D;
}
.TagClassName
{
border-color: #D8113D;
}
</style>