Shades of Crimson #D90047
Tints of Crimson #D90047
RGB
CMYK
RGB Variations
Color information
#D90047 (or 0xD90047) is known color: Crimson. HEX triplet: D9, 00 and 47. RGB value is (217,0,71). Sum of RGB (Red+Green+Blue) = 217+0+71=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D90047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90047 is #26FFB8. Grayscale: #484848. Windows color (decimal): -2555833 or 4653273. OLE color: 4653273.
HSL color Cylindrical-coordinate representation of color #D90047: hue angle of 340.37º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90047 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.67 | 0.15 |
| HSL | 340.37º | 1% | 0.43% | - |
| HSV(B) | 340.37º | 1% | 0.85% | - |
| XYZ | 29.75 | 15.21 | 7.33 | - |
| YUV | 72.98 | 126.89 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 71 | 0 | 1 | 0.67 | 0.15 | 340.37 | 1 | 0.43 |
| Hex | D9 | 0 | 47 | 0 | 64 | 43 | F | 154 | 64 | 2B |
| Octal | 331 | 0 | 107 | 0 | 144 | 103 | 17 | 524 | 144 | 53 |
| Binary | 11011001 | 0 | 1000111 | 0 | 1100100 | 1000011 | 1111 | 101010100 | 1100100 | 101011 |
Color Harmonies of #D90047
Complementary color
Monochromatic Colors of #D90047
Black with #D90047
Text Example
Text Example
White with #D90047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90047; }
p { color: rgb(217,0,71); }
H1.HeaderClassName
{
color: #D90047;
}
.AnyTagClassName
{
color: #D90047;
}
</style>
background-color css
<style>
a { background-color: #D90047; }
a { background-color: rgb(217,0,71); }
div.DivClassName
{
background-color: #D90047;
}
.BgClassName
{
background-color: #D90047;
}
</style>
border-color css
<style>
span { border-color: #D90047; }
span { border-color: rgb(217,0,71); }
td.TdClassName
{
border-color: #D90047;
}
.TagClassName
{
border-color: #D90047;
}
</style>