Shades of Crimson #D8123F
Tints of Crimson #D8123F
RGB
CMYK
RGB Variations
Color information
#D8123F (or 0xD8123F) is known color: Crimson. HEX triplet: D8, 12 and 3F. RGB value is (216,18,63). Sum of RGB (Red+Green+Blue) = 216+18+63=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D8123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8123F is #27EDC0. Grayscale: #525252. Windows color (decimal): -2616769 or 4133592. OLE color: 4133592.
HSL color Cylindrical-coordinate representation of color #D8123F: hue angle of 346.36º 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 #D8123F is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 63 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.15 |
| HSL | 346.36º | 0.85% | 0.46% | - |
| HSV(B) | 346.36º | 0.92% | 0.85% | - |
| XYZ | 29.43 | 15.39 | 6.12 | - |
| YUV | 82.33 | 117.1 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 63 | 0 | 0.92 | 0.71 | 0.15 | 346.36 | 0.85 | 0.46 |
| Hex | D8 | 12 | 3F | 0 | 5C | 47 | F | 15A | 55 | 2E |
| Octal | 330 | 22 | 77 | 0 | 134 | 107 | 17 | 532 | 125 | 56 |
| Binary | 11011000 | 10010 | 111111 | 0 | 1011100 | 1000111 | 1111 | 101011010 | 1010101 | 101110 |
Color Harmonies of #D8123F
Complementary color
Monochromatic Colors of #D8123F
Black with #D8123F
Text Example
Text Example
White with #D8123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8123F; }
p { color: rgb(216,18,63); }
H1.HeaderClassName
{
color: #D8123F;
}
.AnyTagClassName
{
color: #D8123F;
}
</style>
background-color css
<style>
a { background-color: #D8123F; }
a { background-color: rgb(216,18,63); }
div.DivClassName
{
background-color: #D8123F;
}
.BgClassName
{
background-color: #D8123F;
}
</style>
border-color css
<style>
span { border-color: #D8123F; }
span { border-color: rgb(216,18,63); }
td.TdClassName
{
border-color: #D8123F;
}
.TagClassName
{
border-color: #D8123F;
}
</style>