Shades of Crimson #D8123C
Tints of Crimson #D8123C
RGB
CMYK
RGB Variations
Color information
#D8123C (or 0xD8123C) is known color: Crimson. HEX triplet: D8, 12 and 3C. RGB value is (216,18,60). Sum of RGB (Red+Green+Blue) = 216+18+60=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D8123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8123C is #27EDC3. Grayscale: #525252. Windows color (decimal): -2616772 or 3936984. OLE color: 3936984.
HSL color Cylindrical-coordinate representation of color #D8123C: hue angle of 347.27º 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 #D8123C is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 60 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.15 |
| HSL | 347.27º | 0.85% | 0.46% | - |
| HSV(B) | 347.27º | 0.92% | 0.85% | - |
| XYZ | 29.35 | 15.36 | 5.69 | - |
| YUV | 81.99 | 115.6 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 60 | 0 | 0.92 | 0.72 | 0.15 | 347.27 | 0.85 | 0.46 |
| Hex | D8 | 12 | 3C | 0 | 5C | 48 | F | 15B | 55 | 2E |
| Octal | 330 | 22 | 74 | 0 | 134 | 110 | 17 | 533 | 125 | 56 |
| Binary | 11011000 | 10010 | 111100 | 0 | 1011100 | 1001000 | 1111 | 101011011 | 1010101 | 101110 |
Color Harmonies of #D8123C
Complementary color
Monochromatic Colors of #D8123C
Black with #D8123C
Text Example
Text Example
White with #D8123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8123C; }
p { color: rgb(216,18,60); }
H1.HeaderClassName
{
color: #D8123C;
}
.AnyTagClassName
{
color: #D8123C;
}
</style>
background-color css
<style>
a { background-color: #D8123C; }
a { background-color: rgb(216,18,60); }
div.DivClassName
{
background-color: #D8123C;
}
.BgClassName
{
background-color: #D8123C;
}
</style>
border-color css
<style>
span { border-color: #D8123C; }
span { border-color: rgb(216,18,60); }
td.TdClassName
{
border-color: #D8123C;
}
.TagClassName
{
border-color: #D8123C;
}
</style>