Shades of Crimson #D90730
Tints of Crimson #D90730
RGB
CMYK
RGB Variations
Color information
#D90730 (or 0xD90730) is known color: Crimson. HEX triplet: D9, 07 and 30. RGB value is (217,7,48). Sum of RGB (Red+Green+Blue) = 217+7+48=272 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.78% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 217 - color contains mainly: red. Hex color #D90730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90730 is #26F8CF. Grayscale: #4A4A4A. Windows color (decimal): -2554064 or 3147737. OLE color: 3147737.
HSL color Cylindrical-coordinate representation of color #D90730: hue angle of 348.29º 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 #D90730 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 48 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.15 |
| HSL | 348.29º | 0.94% | 0.44% | - |
| HSV(B) | 348.29º | 0.97% | 0.85% | - |
| XYZ | 29.22 | 15.12 | 4.17 | - |
| YUV | 74.46 | 113.07 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 48 | 0 | 0.97 | 0.78 | 0.15 | 348.29 | 0.94 | 0.44 |
| Hex | D9 | 7 | 30 | 0 | 61 | 4E | F | 15C | 5E | 2C |
| Octal | 331 | 7 | 60 | 0 | 141 | 116 | 17 | 534 | 136 | 54 |
| Binary | 11011001 | 111 | 110000 | 0 | 1100001 | 1001110 | 1111 | 101011100 | 1011110 | 101100 |
Color Harmonies of #D90730
Complementary color
Monochromatic Colors of #D90730
Black with #D90730
Text Example
Text Example
White with #D90730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90730; }
p { color: rgb(217,7,48); }
H1.HeaderClassName
{
color: #D90730;
}
.AnyTagClassName
{
color: #D90730;
}
</style>
background-color css
<style>
a { background-color: #D90730; }
a { background-color: rgb(217,7,48); }
div.DivClassName
{
background-color: #D90730;
}
.BgClassName
{
background-color: #D90730;
}
</style>
border-color css
<style>
span { border-color: #D90730; }
span { border-color: rgb(217,7,48); }
td.TdClassName
{
border-color: #D90730;
}
.TagClassName
{
border-color: #D90730;
}
</style>