Shades of Crimson #D9102E
Tints of Crimson #D9102E
RGB
CMYK
RGB Variations
Color information
#D9102E (or 0xD9102E) is known color: Crimson. HEX triplet: D9, 10 and 2E. RGB value is (217,16,46). Sum of RGB (Red+Green+Blue) = 217+16+46=279 (36% of max value = 765). Red value is 217 (85.16% from 255 or 77.78% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 217 - color contains mainly: red. Hex color #D9102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9102E is #26EFD1. Grayscale: #4F4F4F. Windows color (decimal): -2551762 or 3018969. OLE color: 3018969.
HSL color Cylindrical-coordinate representation of color #D9102E: hue angle of 351.04º 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 #D9102E is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 46 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.15 |
| HSL | 351.04º | 0.86% | 0.46% | - |
| HSV(B) | 351.04º | 0.93% | 0.85% | - |
| XYZ | 29.29 | 15.32 | 4 | - |
| YUV | 79.52 | 109.09 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 46 | 0 | 0.93 | 0.79 | 0.15 | 351.04 | 0.86 | 0.46 |
| Hex | D9 | 10 | 2E | 0 | 5D | 4F | F | 15F | 56 | 2E |
| Octal | 331 | 20 | 56 | 0 | 135 | 117 | 17 | 537 | 126 | 56 |
| Binary | 11011001 | 10000 | 101110 | 0 | 1011101 | 1001111 | 1111 | 101011111 | 1010110 | 101110 |
Color Harmonies of #D9102E
Complementary color
Monochromatic Colors of #D9102E
Black with #D9102E
Text Example
Text Example
White with #D9102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9102E; }
p { color: rgb(217,16,46); }
H1.HeaderClassName
{
color: #D9102E;
}
.AnyTagClassName
{
color: #D9102E;
}
</style>
background-color css
<style>
a { background-color: #D9102E; }
a { background-color: rgb(217,16,46); }
div.DivClassName
{
background-color: #D9102E;
}
.BgClassName
{
background-color: #D9102E;
}
</style>
border-color css
<style>
span { border-color: #D9102E; }
span { border-color: rgb(217,16,46); }
td.TdClassName
{
border-color: #D9102E;
}
.TagClassName
{
border-color: #D9102E;
}
</style>