Shades of Crimson #D90944
Tints of Crimson #D90944
RGB
CMYK
RGB Variations
Color information
#D90944 (or 0xD90944) is known color: Crimson. HEX triplet: D9, 09 and 44. RGB value is (217,9,68). Sum of RGB (Red+Green+Blue) = 217+9+68=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D90944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90944 is #26F6BB. Grayscale: #4D4D4D. Windows color (decimal): -2553532 or 4458969. OLE color: 4458969.
HSL color Cylindrical-coordinate representation of color #D90944: hue angle of 342.98º degrees, saturation: 0.92, 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 #D90944 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 68 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.15 |
| HSL | 342.98º | 0.92% | 0.44% | - |
| HSV(B) | 342.98º | 0.96% | 0.85% | - |
| XYZ | 29.76 | 15.36 | 6.87 | - |
| YUV | 77.92 | 122.41 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 68 | 0 | 0.96 | 0.69 | 0.15 | 342.98 | 0.92 | 0.44 |
| Hex | D9 | 9 | 44 | 0 | 60 | 45 | F | 157 | 5C | 2C |
| Octal | 331 | 11 | 104 | 0 | 140 | 105 | 17 | 527 | 134 | 54 |
| Binary | 11011001 | 1001 | 1000100 | 0 | 1100000 | 1000101 | 1111 | 101010111 | 1011100 | 101100 |
Color Harmonies of #D90944
Complementary color
Monochromatic Colors of #D90944
Black with #D90944
Text Example
Text Example
White with #D90944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90944; }
p { color: rgb(217,9,68); }
H1.HeaderClassName
{
color: #D90944;
}
.AnyTagClassName
{
color: #D90944;
}
</style>
background-color css
<style>
a { background-color: #D90944; }
a { background-color: rgb(217,9,68); }
div.DivClassName
{
background-color: #D90944;
}
.BgClassName
{
background-color: #D90944;
}
</style>
border-color css
<style>
span { border-color: #D90944; }
span { border-color: rgb(217,9,68); }
td.TdClassName
{
border-color: #D90944;
}
.TagClassName
{
border-color: #D90944;
}
</style>