Shades of Crimson #D90E2E
Tints of Crimson #D90E2E
RGB
CMYK
RGB Variations
Color information
#D90E2E (or 0xD90E2E) is known color: Crimson. HEX triplet: D9, 0E and 2E. RGB value is (217,14,46). Sum of RGB (Red+Green+Blue) = 217+14+46=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90E2E is #26F1D1. Grayscale: #4E4E4E. Windows color (decimal): -2552274 or 3018457. OLE color: 3018457.
HSL color Cylindrical-coordinate representation of color #D90E2E: hue angle of 350.54º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90E2E is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 46 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.15 |
| HSL | 350.54º | 0.88% | 0.45% | - |
| HSV(B) | 350.54º | 0.94% | 0.85% | - |
| XYZ | 29.27 | 15.26 | 3.99 | - |
| YUV | 78.35 | 109.75 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 46 | 0 | 0.94 | 0.79 | 0.15 | 350.54 | 0.88 | 0.45 |
| Hex | D9 | E | 2E | 0 | 5E | 4F | F | 15F | 58 | 2D |
| Octal | 331 | 16 | 56 | 0 | 136 | 117 | 17 | 537 | 130 | 55 |
| Binary | 11011001 | 1110 | 101110 | 0 | 1011110 | 1001111 | 1111 | 101011111 | 1011000 | 101101 |
Color Harmonies of #D90E2E
Complementary color
Monochromatic Colors of #D90E2E
Black with #D90E2E
Text Example
Text Example
White with #D90E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90E2E; }
p { color: rgb(217,14,46); }
H1.HeaderClassName
{
color: #D90E2E;
}
.AnyTagClassName
{
color: #D90E2E;
}
</style>
background-color css
<style>
a { background-color: #D90E2E; }
a { background-color: rgb(217,14,46); }
div.DivClassName
{
background-color: #D90E2E;
}
.BgClassName
{
background-color: #D90E2E;
}
</style>
border-color css
<style>
span { border-color: #D90E2E; }
span { border-color: rgb(217,14,46); }
td.TdClassName
{
border-color: #D90E2E;
}
.TagClassName
{
border-color: #D90E2E;
}
</style>