Shades of Crimson #D90A3A
Tints of Crimson #D90A3A
RGB
CMYK
RGB Variations
Color information
#D90A3A (or 0xD90A3A) is known color: Crimson. HEX triplet: D9, 0A and 3A. RGB value is (217,10,58). Sum of RGB (Red+Green+Blue) = 217+10+58=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90A3A is #26F5C5. Grayscale: #4D4D4D. Windows color (decimal): -2553286 or 3803865. OLE color: 3803865.
HSL color Cylindrical-coordinate representation of color #D90A3A: hue angle of 346.09º 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 #D90A3A is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 58 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.15 |
| HSL | 346.09º | 0.91% | 0.45% | - |
| HSV(B) | 346.09º | 0.95% | 0.85% | - |
| XYZ | 29.49 | 15.27 | 5.4 | - |
| YUV | 77.37 | 117.08 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 58 | 0 | 0.95 | 0.73 | 0.15 | 346.09 | 0.91 | 0.45 |
| Hex | D9 | A | 3A | 0 | 5F | 49 | F | 15A | 5B | 2D |
| Octal | 331 | 12 | 72 | 0 | 137 | 111 | 17 | 532 | 133 | 55 |
| Binary | 11011001 | 1010 | 111010 | 0 | 1011111 | 1001001 | 1111 | 101011010 | 1011011 | 101101 |
Color Harmonies of #D90A3A
Complementary color
Monochromatic Colors of #D90A3A
Black with #D90A3A
Text Example
Text Example
White with #D90A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90A3A; }
p { color: rgb(217,10,58); }
H1.HeaderClassName
{
color: #D90A3A;
}
.AnyTagClassName
{
color: #D90A3A;
}
</style>
background-color css
<style>
a { background-color: #D90A3A; }
a { background-color: rgb(217,10,58); }
div.DivClassName
{
background-color: #D90A3A;
}
.BgClassName
{
background-color: #D90A3A;
}
</style>
border-color css
<style>
span { border-color: #D90A3A; }
span { border-color: rgb(217,10,58); }
td.TdClassName
{
border-color: #D90A3A;
}
.TagClassName
{
border-color: #D90A3A;
}
</style>