Shades of Crimson #D9103E
Tints of Crimson #D9103E
RGB
CMYK
RGB Variations
Color information
#D9103E (or 0xD9103E) is known color: Crimson. HEX triplet: D9, 10 and 3E. RGB value is (217,16,62). Sum of RGB (Red+Green+Blue) = 217+16+62=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D9103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9103E is #26EFC1. Grayscale: #515151. Windows color (decimal): -2551746 or 4067545. OLE color: 4067545.
HSL color Cylindrical-coordinate representation of color #D9103E: hue angle of 346.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9103E is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 62 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.15 |
| HSL | 346.27º | 0.86% | 0.46% | - |
| HSV(B) | 346.27º | 0.93% | 0.85% | - |
| XYZ | 29.67 | 15.47 | 5.98 | - |
| YUV | 81.34 | 117.09 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 62 | 0 | 0.93 | 0.71 | 0.15 | 346.27 | 0.86 | 0.46 |
| Hex | D9 | 10 | 3E | 0 | 5D | 47 | F | 15A | 56 | 2E |
| Octal | 331 | 20 | 76 | 0 | 135 | 107 | 17 | 532 | 126 | 56 |
| Binary | 11011001 | 10000 | 111110 | 0 | 1011101 | 1000111 | 1111 | 101011010 | 1010110 | 101110 |
Color Harmonies of #D9103E
Complementary color
Monochromatic Colors of #D9103E
Black with #D9103E
Text Example
Text Example
White with #D9103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9103E; }
p { color: rgb(217,16,62); }
H1.HeaderClassName
{
color: #D9103E;
}
.AnyTagClassName
{
color: #D9103E;
}
</style>
background-color css
<style>
a { background-color: #D9103E; }
a { background-color: rgb(217,16,62); }
div.DivClassName
{
background-color: #D9103E;
}
.BgClassName
{
background-color: #D9103E;
}
</style>
border-color css
<style>
span { border-color: #D9103E; }
span { border-color: rgb(217,16,62); }
td.TdClassName
{
border-color: #D9103E;
}
.TagClassName
{
border-color: #D9103E;
}
</style>