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