Shades of Crimson #D8144E
Tints of Crimson #D8144E
RGB
CMYK
RGB Variations
Color information
#D8144E (or 0xD8144E) is known color: Crimson. HEX triplet: D8, 14 and 4E. RGB value is (216,20,78). Sum of RGB (Red+Green+Blue) = 216+20+78=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D8144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8144E is #27EBB1. Grayscale: #555555. Windows color (decimal): -2616242 or 5117144. OLE color: 5117144.
HSL color Cylindrical-coordinate representation of color #D8144E: hue angle of 342.24º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8144E is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 78 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.15 |
| HSL | 342.24º | 0.83% | 0.46% | - |
| HSV(B) | 342.24º | 0.91% | 0.85% | - |
| XYZ | 29.94 | 15.65 | 8.65 | - |
| YUV | 85.22 | 123.93 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 78 | 0 | 0.91 | 0.64 | 0.15 | 342.24 | 0.83 | 0.46 |
| Hex | D8 | 14 | 4E | 0 | 5B | 40 | F | 156 | 53 | 2E |
| Octal | 330 | 24 | 116 | 0 | 133 | 100 | 17 | 526 | 123 | 56 |
| Binary | 11011000 | 10100 | 1001110 | 0 | 1011011 | 1000000 | 1111 | 101010110 | 1010011 | 101110 |
Color Harmonies of #D8144E
Complementary color
Monochromatic Colors of #D8144E
Black with #D8144E
Text Example
Text Example
White with #D8144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8144E; }
p { color: rgb(216,20,78); }
H1.HeaderClassName
{
color: #D8144E;
}
.AnyTagClassName
{
color: #D8144E;
}
</style>
background-color css
<style>
a { background-color: #D8144E; }
a { background-color: rgb(216,20,78); }
div.DivClassName
{
background-color: #D8144E;
}
.BgClassName
{
background-color: #D8144E;
}
</style>
border-color css
<style>
span { border-color: #D8144E; }
span { border-color: rgb(216,20,78); }
td.TdClassName
{
border-color: #D8144E;
}
.TagClassName
{
border-color: #D8144E;
}
</style>