Shades of Crimson #D90B2F
Tints of Crimson #D90B2F
RGB
CMYK
RGB Variations
Color information
#D90B2F (or 0xD90B2F) is known color: Crimson. HEX triplet: D9, 0B and 2F. RGB value is (217,11,47). Sum of RGB (Red+Green+Blue) = 217+11+47=275 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.91% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90B2F is #26F4D0. Grayscale: #4C4C4C. Windows color (decimal): -2553041 or 3083225. OLE color: 3083225.
HSL color Cylindrical-coordinate representation of color #D90B2F: hue angle of 349.51º 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 #D90B2F is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 47 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.15 |
| HSL | 349.51º | 0.9% | 0.45% | - |
| HSV(B) | 349.51º | 0.95% | 0.85% | - |
| XYZ | 29.25 | 15.2 | 4.08 | - |
| YUV | 76.7 | 111.25 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 47 | 0 | 0.95 | 0.78 | 0.15 | 349.51 | 0.9 | 0.45 |
| Hex | D9 | B | 2F | 0 | 5F | 4E | F | 15E | 5A | 2D |
| Octal | 331 | 13 | 57 | 0 | 137 | 116 | 17 | 536 | 132 | 55 |
| Binary | 11011001 | 1011 | 101111 | 0 | 1011111 | 1001110 | 1111 | 101011110 | 1011010 | 101101 |
Color Harmonies of #D90B2F
Complementary color
Monochromatic Colors of #D90B2F
Black with #D90B2F
Text Example
Text Example
White with #D90B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B2F; }
p { color: rgb(217,11,47); }
H1.HeaderClassName
{
color: #D90B2F;
}
.AnyTagClassName
{
color: #D90B2F;
}
</style>
background-color css
<style>
a { background-color: #D90B2F; }
a { background-color: rgb(217,11,47); }
div.DivClassName
{
background-color: #D90B2F;
}
.BgClassName
{
background-color: #D90B2F;
}
</style>
border-color css
<style>
span { border-color: #D90B2F; }
span { border-color: rgb(217,11,47); }
td.TdClassName
{
border-color: #D90B2F;
}
.TagClassName
{
border-color: #D90B2F;
}
</style>