Shades of Crimson #D90B3E
Tints of Crimson #D90B3E
RGB
CMYK
RGB Variations
Color information
#D90B3E (or 0xD90B3E) is known color: Crimson. HEX triplet: D9, 0B and 3E. RGB value is (217,11,62). Sum of RGB (Red+Green+Blue) = 217+11+62=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90B3E is #26F4C1. Grayscale: #4E4E4E. Windows color (decimal): -2553026 or 4066265. OLE color: 4066265.
HSL color Cylindrical-coordinate representation of color #D90B3E: hue angle of 345.15º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90B3E is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 62 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.15 |
| HSL | 345.15º | 0.9% | 0.45% | - |
| HSV(B) | 345.15º | 0.95% | 0.85% | - |
| XYZ | 29.6 | 15.34 | 5.96 | - |
| YUV | 78.41 | 118.75 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 62 | 0 | 0.95 | 0.71 | 0.15 | 345.15 | 0.9 | 0.45 |
| Hex | D9 | B | 3E | 0 | 5F | 47 | F | 159 | 5A | 2D |
| Octal | 331 | 13 | 76 | 0 | 137 | 107 | 17 | 531 | 132 | 55 |
| Binary | 11011001 | 1011 | 111110 | 0 | 1011111 | 1000111 | 1111 | 101011001 | 1011010 | 101101 |
Color Harmonies of #D90B3E
Complementary color
Monochromatic Colors of #D90B3E
Black with #D90B3E
Text Example
Text Example
White with #D90B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B3E; }
p { color: rgb(217,11,62); }
H1.HeaderClassName
{
color: #D90B3E;
}
.AnyTagClassName
{
color: #D90B3E;
}
</style>
background-color css
<style>
a { background-color: #D90B3E; }
a { background-color: rgb(217,11,62); }
div.DivClassName
{
background-color: #D90B3E;
}
.BgClassName
{
background-color: #D90B3E;
}
</style>
border-color css
<style>
span { border-color: #D90B3E; }
span { border-color: rgb(217,11,62); }
td.TdClassName
{
border-color: #D90B3E;
}
.TagClassName
{
border-color: #D90B3E;
}
</style>