Shades of Crimson #D90C2D
Tints of Crimson #D90C2D
RGB
CMYK
RGB Variations
Color information
#D90C2D (or 0xD90C2D) is known color: Crimson. HEX triplet: D9, 0C and 2D. RGB value is (217,12,45). Sum of RGB (Red+Green+Blue) = 217+12+45=274 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.20% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90C2D is #26F3D2. Grayscale: #4D4D4D. Windows color (decimal): -2552787 or 2952409. OLE color: 2952409.
HSL color Cylindrical-coordinate representation of color #D90C2D: hue angle of 350.34º degrees, saturation: 0.9, 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 #D90C2D is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 45 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.15 |
| HSL | 350.34º | 0.9% | 0.45% | - |
| HSV(B) | 350.34º | 0.94% | 0.85% | - |
| XYZ | 29.22 | 15.2 | 3.88 | - |
| YUV | 77.06 | 109.92 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 45 | 0 | 0.94 | 0.79 | 0.15 | 350.34 | 0.9 | 0.45 |
| Hex | D9 | C | 2D | 0 | 5E | 4F | F | 15E | 5A | 2D |
| Octal | 331 | 14 | 55 | 0 | 136 | 117 | 17 | 536 | 132 | 55 |
| Binary | 11011001 | 1100 | 101101 | 0 | 1011110 | 1001111 | 1111 | 101011110 | 1011010 | 101101 |
Color Harmonies of #D90C2D
Complementary color
Monochromatic Colors of #D90C2D
Black with #D90C2D
Text Example
Text Example
White with #D90C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90C2D; }
p { color: rgb(217,12,45); }
H1.HeaderClassName
{
color: #D90C2D;
}
.AnyTagClassName
{
color: #D90C2D;
}
</style>
background-color css
<style>
a { background-color: #D90C2D; }
a { background-color: rgb(217,12,45); }
div.DivClassName
{
background-color: #D90C2D;
}
.BgClassName
{
background-color: #D90C2D;
}
</style>
border-color css
<style>
span { border-color: #D90C2D; }
span { border-color: rgb(217,12,45); }
td.TdClassName
{
border-color: #D90C2D;
}
.TagClassName
{
border-color: #D90C2D;
}
</style>