Shades of Crimson #D90147
Tints of Crimson #D90147
RGB
CMYK
RGB Variations
Color information
#D90147 (or 0xD90147) is known color: Crimson. HEX triplet: D9, 01 and 47. RGB value is (217,1,71). Sum of RGB (Red+Green+Blue) = 217+1+71=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D90147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90147 is #26FEB8. Grayscale: #494949. Windows color (decimal): -2555577 or 4653529. OLE color: 4653529.
HSL color Cylindrical-coordinate representation of color #D90147: hue angle of 340.56º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90147 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.15 |
| HSL | 340.56º | 0.99% | 0.43% | - |
| HSV(B) | 340.56º | 1% | 0.85% | - |
| XYZ | 29.76 | 15.23 | 7.33 | - |
| YUV | 73.56 | 126.56 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 71 | 0 | 1.00 | 0.67 | 0.15 | 340.56 | 0.99 | 0.43 |
| Hex | D9 | 1 | 47 | 0 | 64 | 43 | F | 155 | 63 | 2B |
| Octal | 331 | 1 | 107 | 0 | 144 | 103 | 17 | 525 | 143 | 53 |
| Binary | 11011001 | 1 | 1000111 | 0 | 1100100 | 1000011 | 1111 | 101010101 | 1100011 | 101011 |
Color Harmonies of #D90147
Complementary color
Monochromatic Colors of #D90147
Black with #D90147
Text Example
Text Example
White with #D90147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90147; }
p { color: rgb(217,1,71); }
H1.HeaderClassName
{
color: #D90147;
}
.AnyTagClassName
{
color: #D90147;
}
</style>
background-color css
<style>
a { background-color: #D90147; }
a { background-color: rgb(217,1,71); }
div.DivClassName
{
background-color: #D90147;
}
.BgClassName
{
background-color: #D90147;
}
</style>
border-color css
<style>
span { border-color: #D90147; }
span { border-color: rgb(217,1,71); }
td.TdClassName
{
border-color: #D90147;
}
.TagClassName
{
border-color: #D90147;
}
</style>