Shades of Crimson #D90A38
Tints of Crimson #D90A38
RGB
CMYK
RGB Variations
Color information
#D90A38 (or 0xD90A38) is known color: Crimson. HEX triplet: D9, 0A and 38. RGB value is (217,10,56). Sum of RGB (Red+Green+Blue) = 217+10+56=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90A38 is #26F5C7. Grayscale: #4D4D4D. Windows color (decimal): -2553288 or 3672793. OLE color: 3672793.
HSL color Cylindrical-coordinate representation of color #D90A38: hue angle of 346.67º 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 #D90A38 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 56 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.15 |
| HSL | 346.67º | 0.91% | 0.45% | - |
| HSV(B) | 346.67º | 0.95% | 0.85% | - |
| XYZ | 29.44 | 15.25 | 5.13 | - |
| YUV | 77.14 | 116.08 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 56 | 0 | 0.95 | 0.74 | 0.15 | 346.67 | 0.91 | 0.45 |
| Hex | D9 | A | 38 | 0 | 5F | 4A | F | 15B | 5B | 2D |
| Octal | 331 | 12 | 70 | 0 | 137 | 112 | 17 | 533 | 133 | 55 |
| Binary | 11011001 | 1010 | 111000 | 0 | 1011111 | 1001010 | 1111 | 101011011 | 1011011 | 101101 |
Color Harmonies of #D90A38
Complementary color
Monochromatic Colors of #D90A38
Black with #D90A38
Text Example
Text Example
White with #D90A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90A38; }
p { color: rgb(217,10,56); }
H1.HeaderClassName
{
color: #D90A38;
}
.AnyTagClassName
{
color: #D90A38;
}
</style>
background-color css
<style>
a { background-color: #D90A38; }
a { background-color: rgb(217,10,56); }
div.DivClassName
{
background-color: #D90A38;
}
.BgClassName
{
background-color: #D90A38;
}
</style>
border-color css
<style>
span { border-color: #D90A38; }
span { border-color: rgb(217,10,56); }
td.TdClassName
{
border-color: #D90A38;
}
.TagClassName
{
border-color: #D90A38;
}
</style>