Shades of Crimson #D90731
Tints of Crimson #D90731
RGB
CMYK
RGB Variations
Color information
#D90731 (or 0xD90731) is known color: Crimson. HEX triplet: D9, 07 and 31. RGB value is (217,7,49). Sum of RGB (Red+Green+Blue) = 217+7+49=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D90731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90731 is #26F8CE. Grayscale: #4A4A4A. Windows color (decimal): -2554063 or 3213273. OLE color: 3213273.
HSL color Cylindrical-coordinate representation of color #D90731: hue angle of 348º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90731 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 49 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.15 |
| HSL | 348º | 0.94% | 0.44% | - |
| HSV(B) | 348º | 0.97% | 0.85% | - |
| XYZ | 29.25 | 15.13 | 4.28 | - |
| YUV | 74.58 | 113.57 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 49 | 0 | 0.97 | 0.77 | 0.15 | 348 | 0.94 | 0.44 |
| Hex | D9 | 7 | 31 | 0 | 61 | 4D | F | 15C | 5E | 2C |
| Octal | 331 | 7 | 61 | 0 | 141 | 115 | 17 | 534 | 136 | 54 |
| Binary | 11011001 | 111 | 110001 | 0 | 1100001 | 1001101 | 1111 | 101011100 | 1011110 | 101100 |
Color Harmonies of #D90731
Complementary color
Monochromatic Colors of #D90731
Black with #D90731
Text Example
Text Example
White with #D90731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90731; }
p { color: rgb(217,7,49); }
H1.HeaderClassName
{
color: #D90731;
}
.AnyTagClassName
{
color: #D90731;
}
</style>
background-color css
<style>
a { background-color: #D90731; }
a { background-color: rgb(217,7,49); }
div.DivClassName
{
background-color: #D90731;
}
.BgClassName
{
background-color: #D90731;
}
</style>
border-color css
<style>
span { border-color: #D90731; }
span { border-color: rgb(217,7,49); }
td.TdClassName
{
border-color: #D90731;
}
.TagClassName
{
border-color: #D90731;
}
</style>