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