Shades of Crimson #D90E35
Tints of Crimson #D90E35
RGB
CMYK
RGB Variations
Color information
#D90E35 (or 0xD90E35) is known color: Crimson. HEX triplet: D9, 0E and 35. RGB value is (217,14,53). Sum of RGB (Red+Green+Blue) = 217+14+53=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90E35 is #26F1CA. Grayscale: #4F4F4F. Windows color (decimal): -2552267 or 3477209. OLE color: 3477209.
HSL color Cylindrical-coordinate representation of color #D90E35: hue angle of 348.47º 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 #D90E35 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 53 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.15 |
| HSL | 348.47º | 0.88% | 0.45% | - |
| HSV(B) | 348.47º | 0.94% | 0.85% | - |
| XYZ | 29.41 | 15.32 | 4.78 | - |
| YUV | 79.14 | 113.25 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 53 | 0 | 0.94 | 0.76 | 0.15 | 348.47 | 0.88 | 0.45 |
| Hex | D9 | E | 35 | 0 | 5E | 4C | F | 15C | 58 | 2D |
| Octal | 331 | 16 | 65 | 0 | 136 | 114 | 17 | 534 | 130 | 55 |
| Binary | 11011001 | 1110 | 110101 | 0 | 1011110 | 1001100 | 1111 | 101011100 | 1011000 | 101101 |
Color Harmonies of #D90E35
Complementary color
Monochromatic Colors of #D90E35
Black with #D90E35
Text Example
Text Example
White with #D90E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90E35; }
p { color: rgb(217,14,53); }
H1.HeaderClassName
{
color: #D90E35;
}
.AnyTagClassName
{
color: #D90E35;
}
</style>
background-color css
<style>
a { background-color: #D90E35; }
a { background-color: rgb(217,14,53); }
div.DivClassName
{
background-color: #D90E35;
}
.BgClassName
{
background-color: #D90E35;
}
</style>
border-color css
<style>
span { border-color: #D90E35; }
span { border-color: rgb(217,14,53); }
td.TdClassName
{
border-color: #D90E35;
}
.TagClassName
{
border-color: #D90E35;
}
</style>