Shades of Crimson #D9143F
Tints of Crimson #D9143F
RGB
CMYK
RGB Variations
Color information
#D9143F (or 0xD9143F) is known color: Crimson. HEX triplet: D9, 14 and 3F. RGB value is (217,20,63). Sum of RGB (Red+Green+Blue) = 217+20+63=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D9143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9143F is #26EBC0. Grayscale: #535353. Windows color (decimal): -2550721 or 4134105. OLE color: 4134105.
HSL color Cylindrical-coordinate representation of color #D9143F: hue angle of 346.9º 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 #D9143F is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 63 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.15 |
| HSL | 346.9º | 0.83% | 0.46% | - |
| HSV(B) | 346.9º | 0.91% | 0.85% | - |
| XYZ | 29.76 | 15.61 | 6.15 | - |
| YUV | 83.81 | 116.27 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 63 | 0 | 0.91 | 0.71 | 0.15 | 346.9 | 0.83 | 0.46 |
| Hex | D9 | 14 | 3F | 0 | 5B | 47 | F | 15B | 53 | 2E |
| Octal | 331 | 24 | 77 | 0 | 133 | 107 | 17 | 533 | 123 | 56 |
| Binary | 11011001 | 10100 | 111111 | 0 | 1011011 | 1000111 | 1111 | 101011011 | 1010011 | 101110 |
Color Harmonies of #D9143F
Complementary color
Monochromatic Colors of #D9143F
Black with #D9143F
Text Example
Text Example
White with #D9143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9143F; }
p { color: rgb(217,20,63); }
H1.HeaderClassName
{
color: #D9143F;
}
.AnyTagClassName
{
color: #D9143F;
}
</style>
background-color css
<style>
a { background-color: #D9143F; }
a { background-color: rgb(217,20,63); }
div.DivClassName
{
background-color: #D9143F;
}
.BgClassName
{
background-color: #D9143F;
}
</style>
border-color css
<style>
span { border-color: #D9143F; }
span { border-color: rgb(217,20,63); }
td.TdClassName
{
border-color: #D9143F;
}
.TagClassName
{
border-color: #D9143F;
}
</style>