Shades of Crimson #D8143F
Tints of Crimson #D8143F
RGB
CMYK
RGB Variations
Color information
#D8143F (or 0xD8143F) is known color: Crimson. HEX triplet: D8, 14 and 3F. RGB value is (216,20,63). Sum of RGB (Red+Green+Blue) = 216+20+63=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D8143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8143F is #27EBC0. Grayscale: #535353. Windows color (decimal): -2616257 or 4134104. OLE color: 4134104.
HSL color Cylindrical-coordinate representation of color #D8143F: hue angle of 346.84º 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 #D8143F is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 63 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.15 |
| HSL | 346.84º | 0.83% | 0.46% | - |
| HSV(B) | 346.84º | 0.91% | 0.85% | - |
| XYZ | 29.47 | 15.46 | 6.13 | - |
| YUV | 83.51 | 116.43 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 63 | 0 | 0.91 | 0.71 | 0.15 | 346.84 | 0.83 | 0.46 |
| Hex | D8 | 14 | 3F | 0 | 5B | 47 | F | 15B | 53 | 2E |
| Octal | 330 | 24 | 77 | 0 | 133 | 107 | 17 | 533 | 123 | 56 |
| Binary | 11011000 | 10100 | 111111 | 0 | 1011011 | 1000111 | 1111 | 101011011 | 1010011 | 101110 |
Color Harmonies of #D8143F
Complementary color
Monochromatic Colors of #D8143F
Black with #D8143F
Text Example
Text Example
White with #D8143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8143F; }
p { color: rgb(216,20,63); }
H1.HeaderClassName
{
color: #D8143F;
}
.AnyTagClassName
{
color: #D8143F;
}
</style>
background-color css
<style>
a { background-color: #D8143F; }
a { background-color: rgb(216,20,63); }
div.DivClassName
{
background-color: #D8143F;
}
.BgClassName
{
background-color: #D8143F;
}
</style>
border-color css
<style>
span { border-color: #D8143F; }
span { border-color: rgb(216,20,63); }
td.TdClassName
{
border-color: #D8143F;
}
.TagClassName
{
border-color: #D8143F;
}
</style>