Shades of Crimson #D90A2C
Tints of Crimson #D90A2C
RGB
CMYK
RGB Variations
Color information
#D90A2C (or 0xD90A2C) is known color: Crimson. HEX triplet: D9, 0A and 2C. RGB value is (217,10,44). Sum of RGB (Red+Green+Blue) = 217+10+44=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90A2C is #26F5D3. Grayscale: #4B4B4B. Windows color (decimal): -2553300 or 2886361. OLE color: 2886361.
HSL color Cylindrical-coordinate representation of color #D90A2C: hue angle of 350.14º degrees, saturation: 0.91, 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 #D90A2C is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 44 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.15 |
| HSL | 350.14º | 0.91% | 0.45% | - |
| HSV(B) | 350.14º | 0.95% | 0.85% | - |
| XYZ | 29.18 | 15.15 | 3.77 | - |
| YUV | 75.77 | 110.08 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 44 | 0 | 0.95 | 0.80 | 0.15 | 350.14 | 0.91 | 0.45 |
| Hex | D9 | A | 2C | 0 | 5F | 50 | F | 15E | 5B | 2D |
| Octal | 331 | 12 | 54 | 0 | 137 | 120 | 17 | 536 | 133 | 55 |
| Binary | 11011001 | 1010 | 101100 | 0 | 1011111 | 1010000 | 1111 | 101011110 | 1011011 | 101101 |
Color Harmonies of #D90A2C
Complementary color
Monochromatic Colors of #D90A2C
Black with #D90A2C
Text Example
Text Example
White with #D90A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90A2C; }
p { color: rgb(217,10,44); }
H1.HeaderClassName
{
color: #D90A2C;
}
.AnyTagClassName
{
color: #D90A2C;
}
</style>
background-color css
<style>
a { background-color: #D90A2C; }
a { background-color: rgb(217,10,44); }
div.DivClassName
{
background-color: #D90A2C;
}
.BgClassName
{
background-color: #D90A2C;
}
</style>
border-color css
<style>
span { border-color: #D90A2C; }
span { border-color: rgb(217,10,44); }
td.TdClassName
{
border-color: #D90A2C;
}
.TagClassName
{
border-color: #D90A2C;
}
</style>