Shades of Crimson #D9143A
Tints of Crimson #D9143A
RGB
CMYK
RGB Variations
Color information
#D9143A (or 0xD9143A) is known color: Crimson. HEX triplet: D9, 14 and 3A. RGB value is (217,20,58). Sum of RGB (Red+Green+Blue) = 217+20+58=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D9143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9143A is #26EBC5. Grayscale: #535353. Windows color (decimal): -2550726 or 3806425. OLE color: 3806425.
HSL color Cylindrical-coordinate representation of color #D9143A: hue angle of 348.43º 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 #D9143A is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 58 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.15 |
| HSL | 348.43º | 0.83% | 0.46% | - |
| HSV(B) | 348.43º | 0.91% | 0.85% | - |
| XYZ | 29.63 | 15.56 | 5.44 | - |
| YUV | 83.24 | 113.77 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 58 | 0 | 0.91 | 0.73 | 0.15 | 348.43 | 0.83 | 0.46 |
| Hex | D9 | 14 | 3A | 0 | 5B | 49 | F | 15C | 53 | 2E |
| Octal | 331 | 24 | 72 | 0 | 133 | 111 | 17 | 534 | 123 | 56 |
| Binary | 11011001 | 10100 | 111010 | 0 | 1011011 | 1001001 | 1111 | 101011100 | 1010011 | 101110 |
Color Harmonies of #D9143A
Complementary color
Monochromatic Colors of #D9143A
Black with #D9143A
Text Example
Text Example
White with #D9143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9143A; }
p { color: rgb(217,20,58); }
H1.HeaderClassName
{
color: #D9143A;
}
.AnyTagClassName
{
color: #D9143A;
}
</style>
background-color css
<style>
a { background-color: #D9143A; }
a { background-color: rgb(217,20,58); }
div.DivClassName
{
background-color: #D9143A;
}
.BgClassName
{
background-color: #D9143A;
}
</style>
border-color css
<style>
span { border-color: #D9143A; }
span { border-color: rgb(217,20,58); }
td.TdClassName
{
border-color: #D9143A;
}
.TagClassName
{
border-color: #D9143A;
}
</style>