Shades of Crimson #D9103A
Tints of Crimson #D9103A
RGB
CMYK
RGB Variations
Color information
#D9103A (or 0xD9103A) is known color: Crimson. HEX triplet: D9, 10 and 3A. RGB value is (217,16,58). Sum of RGB (Red+Green+Blue) = 217+16+58=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D9103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9103A is #26EFC5. Grayscale: #505050. Windows color (decimal): -2551750 or 3805401. OLE color: 3805401.
HSL color Cylindrical-coordinate representation of color #D9103A: hue angle of 347.46º 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 #D9103A is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 58 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.15 |
| HSL | 347.46º | 0.86% | 0.46% | - |
| HSV(B) | 347.46º | 0.93% | 0.85% | - |
| XYZ | 29.56 | 15.43 | 5.42 | - |
| YUV | 80.89 | 115.09 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 58 | 0 | 0.93 | 0.73 | 0.15 | 347.46 | 0.86 | 0.46 |
| Hex | D9 | 10 | 3A | 0 | 5D | 49 | F | 15B | 56 | 2E |
| Octal | 331 | 20 | 72 | 0 | 135 | 111 | 17 | 533 | 126 | 56 |
| Binary | 11011001 | 10000 | 111010 | 0 | 1011101 | 1001001 | 1111 | 101011011 | 1010110 | 101110 |
Color Harmonies of #D9103A
Complementary color
Monochromatic Colors of #D9103A
Black with #D9103A
Text Example
Text Example
White with #D9103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9103A; }
p { color: rgb(217,16,58); }
H1.HeaderClassName
{
color: #D9103A;
}
.AnyTagClassName
{
color: #D9103A;
}
</style>
background-color css
<style>
a { background-color: #D9103A; }
a { background-color: rgb(217,16,58); }
div.DivClassName
{
background-color: #D9103A;
}
.BgClassName
{
background-color: #D9103A;
}
</style>
border-color css
<style>
span { border-color: #D9103A; }
span { border-color: rgb(217,16,58); }
td.TdClassName
{
border-color: #D9103A;
}
.TagClassName
{
border-color: #D9103A;
}
</style>