Shades of Crimson #D9103F
Tints of Crimson #D9103F
RGB
CMYK
RGB Variations
Color information
#D9103F (or 0xD9103F) is known color: Crimson. HEX triplet: D9, 10 and 3F. RGB value is (217,16,63). Sum of RGB (Red+Green+Blue) = 217+16+63=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D9103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9103F is #26EFC0. Grayscale: #515151. Windows color (decimal): -2551745 or 4133081. OLE color: 4133081.
HSL color Cylindrical-coordinate representation of color #D9103F: hue angle of 345.97º 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 #D9103F is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 63 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.15 |
| HSL | 345.97º | 0.86% | 0.46% | - |
| HSV(B) | 345.97º | 0.93% | 0.85% | - |
| XYZ | 29.7 | 15.48 | 6.13 | - |
| YUV | 81.46 | 117.59 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 63 | 0 | 0.93 | 0.71 | 0.15 | 345.97 | 0.86 | 0.46 |
| Hex | D9 | 10 | 3F | 0 | 5D | 47 | F | 15A | 56 | 2E |
| Octal | 331 | 20 | 77 | 0 | 135 | 107 | 17 | 532 | 126 | 56 |
| Binary | 11011001 | 10000 | 111111 | 0 | 1011101 | 1000111 | 1111 | 101011010 | 1010110 | 101110 |
Color Harmonies of #D9103F
Complementary color
Monochromatic Colors of #D9103F
Black with #D9103F
Text Example
Text Example
White with #D9103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9103F; }
p { color: rgb(217,16,63); }
H1.HeaderClassName
{
color: #D9103F;
}
.AnyTagClassName
{
color: #D9103F;
}
</style>
background-color css
<style>
a { background-color: #D9103F; }
a { background-color: rgb(217,16,63); }
div.DivClassName
{
background-color: #D9103F;
}
.BgClassName
{
background-color: #D9103F;
}
</style>
border-color css
<style>
span { border-color: #D9103F; }
span { border-color: rgb(217,16,63); }
td.TdClassName
{
border-color: #D9103F;
}
.TagClassName
{
border-color: #D9103F;
}
</style>