Shades of Crimson #D90545
Tints of Crimson #D90545
RGB
CMYK
RGB Variations
Color information
#D90545 (or 0xD90545) is known color: Crimson. HEX triplet: D9, 05 and 45. RGB value is (217,5,69). Sum of RGB (Red+Green+Blue) = 217+5+69=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D90545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90545 is #26FABA. Grayscale: #4B4B4B. Windows color (decimal): -2554555 or 4523481. OLE color: 4523481.
HSL color Cylindrical-coordinate representation of color #D90545: hue angle of 341.89º 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 #D90545 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 69 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.15 |
| HSL | 341.89º | 0.95% | 0.44% | - |
| HSV(B) | 341.89º | 0.98% | 0.85% | - |
| XYZ | 29.74 | 15.29 | 7.01 | - |
| YUV | 75.68 | 124.24 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 69 | 0 | 0.98 | 0.68 | 0.15 | 341.89 | 0.95 | 0.44 |
| Hex | D9 | 5 | 45 | 0 | 62 | 44 | F | 156 | 5F | 2C |
| Octal | 331 | 5 | 105 | 0 | 142 | 104 | 17 | 526 | 137 | 54 |
| Binary | 11011001 | 101 | 1000101 | 0 | 1100010 | 1000100 | 1111 | 101010110 | 1011111 | 101100 |
Color Harmonies of #D90545
Complementary color
Monochromatic Colors of #D90545
Black with #D90545
Text Example
Text Example
White with #D90545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90545; }
p { color: rgb(217,5,69); }
H1.HeaderClassName
{
color: #D90545;
}
.AnyTagClassName
{
color: #D90545;
}
</style>
background-color css
<style>
a { background-color: #D90545; }
a { background-color: rgb(217,5,69); }
div.DivClassName
{
background-color: #D90545;
}
.BgClassName
{
background-color: #D90545;
}
</style>
border-color css
<style>
span { border-color: #D90545; }
span { border-color: rgb(217,5,69); }
td.TdClassName
{
border-color: #D90545;
}
.TagClassName
{
border-color: #D90545;
}
</style>