Shades of Crimson #D90830
Tints of Crimson #D90830
RGB
CMYK
RGB Variations
Color information
#D90830 (or 0xD90830) is known color: Crimson. HEX triplet: D9, 08 and 30. RGB value is (217,8,48). Sum of RGB (Red+Green+Blue) = 217+8+48=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D90830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90830 is #26F7CF. Grayscale: #4B4B4B. Windows color (decimal): -2553808 or 3147993. OLE color: 3147993.
HSL color Cylindrical-coordinate representation of color #D90830: hue angle of 348.52º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90830 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 48 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.15 |
| HSL | 348.52º | 0.93% | 0.44% | - |
| HSV(B) | 348.52º | 0.96% | 0.85% | - |
| XYZ | 29.24 | 15.14 | 4.18 | - |
| YUV | 75.05 | 112.74 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 48 | 0 | 0.96 | 0.78 | 0.15 | 348.52 | 0.93 | 0.44 |
| Hex | D9 | 8 | 30 | 0 | 60 | 4E | F | 15D | 5D | 2C |
| Octal | 331 | 10 | 60 | 0 | 140 | 116 | 17 | 535 | 135 | 54 |
| Binary | 11011001 | 1000 | 110000 | 0 | 1100000 | 1001110 | 1111 | 101011101 | 1011101 | 101100 |
Color Harmonies of #D90830
Complementary color
Monochromatic Colors of #D90830
Black with #D90830
Text Example
Text Example
White with #D90830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90830; }
p { color: rgb(217,8,48); }
H1.HeaderClassName
{
color: #D90830;
}
.AnyTagClassName
{
color: #D90830;
}
</style>
background-color css
<style>
a { background-color: #D90830; }
a { background-color: rgb(217,8,48); }
div.DivClassName
{
background-color: #D90830;
}
.BgClassName
{
background-color: #D90830;
}
</style>
border-color css
<style>
span { border-color: #D90830; }
span { border-color: rgb(217,8,48); }
td.TdClassName
{
border-color: #D90830;
}
.TagClassName
{
border-color: #D90830;
}
</style>