Shades of Crimson #D90744
Tints of Crimson #D90744
RGB
CMYK
RGB Variations
Color information
#D90744 (or 0xD90744) is known color: Crimson. HEX triplet: D9, 07 and 44. RGB value is (217,7,68). Sum of RGB (Red+Green+Blue) = 217+7+68=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D90744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90744 is #26F8BB. Grayscale: #4C4C4C. Windows color (decimal): -2554044 or 4458457. OLE color: 4458457.
HSL color Cylindrical-coordinate representation of color #D90744: hue angle of 342.57º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90744 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 68 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.15 |
| HSL | 342.57º | 0.94% | 0.44% | - |
| HSV(B) | 342.57º | 0.97% | 0.85% | - |
| XYZ | 29.73 | 15.32 | 6.86 | - |
| YUV | 76.74 | 123.07 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 68 | 0 | 0.97 | 0.69 | 0.15 | 342.57 | 0.94 | 0.44 |
| Hex | D9 | 7 | 44 | 0 | 61 | 45 | F | 157 | 5E | 2C |
| Octal | 331 | 7 | 104 | 0 | 141 | 105 | 17 | 527 | 136 | 54 |
| Binary | 11011001 | 111 | 1000100 | 0 | 1100001 | 1000101 | 1111 | 101010111 | 1011110 | 101100 |
Color Harmonies of #D90744
Complementary color
Monochromatic Colors of #D90744
Black with #D90744
Text Example
Text Example
White with #D90744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90744; }
p { color: rgb(217,7,68); }
H1.HeaderClassName
{
color: #D90744;
}
.AnyTagClassName
{
color: #D90744;
}
</style>
background-color css
<style>
a { background-color: #D90744; }
a { background-color: rgb(217,7,68); }
div.DivClassName
{
background-color: #D90744;
}
.BgClassName
{
background-color: #D90744;
}
</style>
border-color css
<style>
span { border-color: #D90744; }
span { border-color: rgb(217,7,68); }
td.TdClassName
{
border-color: #D90744;
}
.TagClassName
{
border-color: #D90744;
}
</style>