Shades of Crimson #D90A32
Tints of Crimson #D90A32
RGB
CMYK
RGB Variations
Color information
#D90A32 (or 0xD90A32) is known color: Crimson. HEX triplet: D9, 0A and 32. RGB value is (217,10,50). Sum of RGB (Red+Green+Blue) = 217+10+50=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90A32 is #26F5CD. Grayscale: #4C4C4C. Windows color (decimal): -2553294 or 3279577. OLE color: 3279577.
HSL color Cylindrical-coordinate representation of color #D90A32: hue angle of 348.41º 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 #D90A32 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 50 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.15 |
| HSL | 348.41º | 0.91% | 0.45% | - |
| HSV(B) | 348.41º | 0.95% | 0.85% | - |
| XYZ | 29.3 | 15.2 | 4.41 | - |
| YUV | 76.45 | 113.08 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 50 | 0 | 0.95 | 0.77 | 0.15 | 348.41 | 0.91 | 0.45 |
| Hex | D9 | A | 32 | 0 | 5F | 4D | F | 15C | 5B | 2D |
| Octal | 331 | 12 | 62 | 0 | 137 | 115 | 17 | 534 | 133 | 55 |
| Binary | 11011001 | 1010 | 110010 | 0 | 1011111 | 1001101 | 1111 | 101011100 | 1011011 | 101101 |
Color Harmonies of #D90A32
Complementary color
Monochromatic Colors of #D90A32
Black with #D90A32
Text Example
Text Example
White with #D90A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90A32; }
p { color: rgb(217,10,50); }
H1.HeaderClassName
{
color: #D90A32;
}
.AnyTagClassName
{
color: #D90A32;
}
</style>
background-color css
<style>
a { background-color: #D90A32; }
a { background-color: rgb(217,10,50); }
div.DivClassName
{
background-color: #D90A32;
}
.BgClassName
{
background-color: #D90A32;
}
</style>
border-color css
<style>
span { border-color: #D90A32; }
span { border-color: rgb(217,10,50); }
td.TdClassName
{
border-color: #D90A32;
}
.TagClassName
{
border-color: #D90A32;
}
</style>