Shades of Crimson #D90741
Tints of Crimson #D90741
RGB
CMYK
RGB Variations
Color information
#D90741 (or 0xD90741) is known color: Crimson. HEX triplet: D9, 07 and 41. RGB value is (217,7,65). Sum of RGB (Red+Green+Blue) = 217+7+65=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D90741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90741 is #26F8BE. Grayscale: #4C4C4C. Windows color (decimal): -2554047 or 4261849. OLE color: 4261849.
HSL color Cylindrical-coordinate representation of color #D90741: hue angle of 343.43º 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 #D90741 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 65 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.15 |
| HSL | 343.43º | 0.94% | 0.44% | - |
| HSV(B) | 343.43º | 0.97% | 0.85% | - |
| XYZ | 29.65 | 15.29 | 6.39 | - |
| YUV | 76.4 | 121.57 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 65 | 0 | 0.97 | 0.70 | 0.15 | 343.43 | 0.94 | 0.44 |
| Hex | D9 | 7 | 41 | 0 | 61 | 46 | F | 157 | 5E | 2C |
| Octal | 331 | 7 | 101 | 0 | 141 | 106 | 17 | 527 | 136 | 54 |
| Binary | 11011001 | 111 | 1000001 | 0 | 1100001 | 1000110 | 1111 | 101010111 | 1011110 | 101100 |
Color Harmonies of #D90741
Complementary color
Monochromatic Colors of #D90741
Black with #D90741
Text Example
Text Example
White with #D90741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90741; }
p { color: rgb(217,7,65); }
H1.HeaderClassName
{
color: #D90741;
}
.AnyTagClassName
{
color: #D90741;
}
</style>
background-color css
<style>
a { background-color: #D90741; }
a { background-color: rgb(217,7,65); }
div.DivClassName
{
background-color: #D90741;
}
.BgClassName
{
background-color: #D90741;
}
</style>
border-color css
<style>
span { border-color: #D90741; }
span { border-color: rgb(217,7,65); }
td.TdClassName
{
border-color: #D90741;
}
.TagClassName
{
border-color: #D90741;
}
</style>