Shades of Crimson #D8123D
Tints of Crimson #D8123D
RGB
CMYK
RGB Variations
Color information
#D8123D (or 0xD8123D) is known color: Crimson. HEX triplet: D8, 12 and 3D. RGB value is (216,18,61). Sum of RGB (Red+Green+Blue) = 216+18+61=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D8123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8123D is #27EDC2. Grayscale: #525252. Windows color (decimal): -2616771 or 4002520. OLE color: 4002520.
HSL color Cylindrical-coordinate representation of color #D8123D: hue angle of 346.97º 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 #D8123D is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 61 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.15 |
| HSL | 346.97º | 0.85% | 0.46% | - |
| HSV(B) | 346.97º | 0.92% | 0.85% | - |
| XYZ | 29.38 | 15.37 | 5.83 | - |
| YUV | 82.1 | 116.1 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 61 | 0 | 0.92 | 0.72 | 0.15 | 346.97 | 0.85 | 0.46 |
| Hex | D8 | 12 | 3D | 0 | 5C | 48 | F | 15B | 55 | 2E |
| Octal | 330 | 22 | 75 | 0 | 134 | 110 | 17 | 533 | 125 | 56 |
| Binary | 11011000 | 10010 | 111101 | 0 | 1011100 | 1001000 | 1111 | 101011011 | 1010101 | 101110 |
Color Harmonies of #D8123D
Complementary color
Monochromatic Colors of #D8123D
Black with #D8123D
Text Example
Text Example
White with #D8123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8123D; }
p { color: rgb(216,18,61); }
H1.HeaderClassName
{
color: #D8123D;
}
.AnyTagClassName
{
color: #D8123D;
}
</style>
background-color css
<style>
a { background-color: #D8123D; }
a { background-color: rgb(216,18,61); }
div.DivClassName
{
background-color: #D8123D;
}
.BgClassName
{
background-color: #D8123D;
}
</style>
border-color css
<style>
span { border-color: #D8123D; }
span { border-color: rgb(216,18,61); }
td.TdClassName
{
border-color: #D8123D;
}
.TagClassName
{
border-color: #D8123D;
}
</style>