Shades of Crimson #D90548
Tints of Crimson #D90548
RGB
CMYK
RGB Variations
Color information
#D90548 (or 0xD90548) is known color: Crimson. HEX triplet: D9, 05 and 48. RGB value is (217,5,72). Sum of RGB (Red+Green+Blue) = 217+5+72=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D90548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90548 is #26FAB7. Grayscale: #4B4B4B. Windows color (decimal): -2554552 or 4720089. OLE color: 4720089.
HSL color Cylindrical-coordinate representation of color #D90548: hue angle of 341.04º 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 #D90548 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 72 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.15 |
| HSL | 341.04º | 0.95% | 0.44% | - |
| HSV(B) | 341.04º | 0.98% | 0.85% | - |
| XYZ | 29.84 | 15.33 | 7.52 | - |
| YUV | 76.03 | 125.74 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 72 | 0 | 0.98 | 0.67 | 0.15 | 341.04 | 0.95 | 0.44 |
| Hex | D9 | 5 | 48 | 0 | 62 | 43 | F | 155 | 5F | 2C |
| Octal | 331 | 5 | 110 | 0 | 142 | 103 | 17 | 525 | 137 | 54 |
| Binary | 11011001 | 101 | 1001000 | 0 | 1100010 | 1000011 | 1111 | 101010101 | 1011111 | 101100 |
Color Harmonies of #D90548
Complementary color
Monochromatic Colors of #D90548
Black with #D90548
Text Example
Text Example
White with #D90548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90548; }
p { color: rgb(217,5,72); }
H1.HeaderClassName
{
color: #D90548;
}
.AnyTagClassName
{
color: #D90548;
}
</style>
background-color css
<style>
a { background-color: #D90548; }
a { background-color: rgb(217,5,72); }
div.DivClassName
{
background-color: #D90548;
}
.BgClassName
{
background-color: #D90548;
}
</style>
border-color css
<style>
span { border-color: #D90548; }
span { border-color: rgb(217,5,72); }
td.TdClassName
{
border-color: #D90548;
}
.TagClassName
{
border-color: #D90548;
}
</style>