Shades of Crimson #D9104A
Tints of Crimson #D9104A
RGB
CMYK
RGB Variations
Color information
#D9104A (or 0xD9104A) is known color: Crimson. HEX triplet: D9, 10 and 4A. RGB value is (217,16,74). Sum of RGB (Red+Green+Blue) = 217+16+74=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D9104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9104A is #26EFB5. Grayscale: #525252. Windows color (decimal): -2551734 or 4853977. OLE color: 4853977.
HSL color Cylindrical-coordinate representation of color #D9104A: hue angle of 342.69º 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 #D9104A is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 74 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.15 |
| HSL | 342.69º | 0.86% | 0.46% | - |
| HSV(B) | 342.69º | 0.93% | 0.85% | - |
| XYZ | 30.04 | 15.62 | 7.91 | - |
| YUV | 82.71 | 123.09 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 74 | 0 | 0.93 | 0.66 | 0.15 | 342.69 | 0.86 | 0.46 |
| Hex | D9 | 10 | 4A | 0 | 5D | 42 | F | 157 | 56 | 2E |
| Octal | 331 | 20 | 112 | 0 | 135 | 102 | 17 | 527 | 126 | 56 |
| Binary | 11011001 | 10000 | 1001010 | 0 | 1011101 | 1000010 | 1111 | 101010111 | 1010110 | 101110 |
Color Harmonies of #D9104A
Complementary color
Monochromatic Colors of #D9104A
Black with #D9104A
Text Example
Text Example
White with #D9104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9104A; }
p { color: rgb(217,16,74); }
H1.HeaderClassName
{
color: #D9104A;
}
.AnyTagClassName
{
color: #D9104A;
}
</style>
background-color css
<style>
a { background-color: #D9104A; }
a { background-color: rgb(217,16,74); }
div.DivClassName
{
background-color: #D9104A;
}
.BgClassName
{
background-color: #D9104A;
}
</style>
border-color css
<style>
span { border-color: #D9104A; }
span { border-color: rgb(217,16,74); }
td.TdClassName
{
border-color: #D9104A;
}
.TagClassName
{
border-color: #D9104A;
}
</style>