Shades of Crimson #D90540
Tints of Crimson #D90540
RGB
CMYK
RGB Variations
Color information
#D90540 (or 0xD90540) is known color: Crimson. HEX triplet: D9, 05 and 40. RGB value is (217,5,64). Sum of RGB (Red+Green+Blue) = 217+5+64=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D90540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90540 is #26FABF. Grayscale: #4B4B4B. Windows color (decimal): -2554560 or 4195801. OLE color: 4195801.
HSL color Cylindrical-coordinate representation of color #D90540: hue angle of 343.3º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90540 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 64 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.15 |
| HSL | 343.3º | 0.95% | 0.44% | - |
| HSV(B) | 343.3º | 0.98% | 0.85% | - |
| XYZ | 29.59 | 15.23 | 6.23 | - |
| YUV | 75.11 | 121.74 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 64 | 0 | 0.98 | 0.71 | 0.15 | 343.3 | 0.95 | 0.44 |
| Hex | D9 | 5 | 40 | 0 | 62 | 47 | F | 157 | 5F | 2C |
| Octal | 331 | 5 | 100 | 0 | 142 | 107 | 17 | 527 | 137 | 54 |
| Binary | 11011001 | 101 | 1000000 | 0 | 1100010 | 1000111 | 1111 | 101010111 | 1011111 | 101100 |
Color Harmonies of #D90540
Complementary color
Monochromatic Colors of #D90540
Black with #D90540
Text Example
Text Example
White with #D90540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90540; }
p { color: rgb(217,5,64); }
H1.HeaderClassName
{
color: #D90540;
}
.AnyTagClassName
{
color: #D90540;
}
</style>
background-color css
<style>
a { background-color: #D90540; }
a { background-color: rgb(217,5,64); }
div.DivClassName
{
background-color: #D90540;
}
.BgClassName
{
background-color: #D90540;
}
</style>
border-color css
<style>
span { border-color: #D90540; }
span { border-color: rgb(217,5,64); }
td.TdClassName
{
border-color: #D90540;
}
.TagClassName
{
border-color: #D90540;
}
</style>