Shades of Crimson #D90C40
Tints of Crimson #D90C40
RGB
CMYK
RGB Variations
Color information
#D90C40 (or 0xD90C40) is known color: Crimson. HEX triplet: D9, 0C and 40. RGB value is (217,12,64). Sum of RGB (Red+Green+Blue) = 217+12+64=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90C40 is #26F3BF. Grayscale: #4F4F4F. Windows color (decimal): -2552768 or 4197593. OLE color: 4197593.
HSL color Cylindrical-coordinate representation of color #D90C40: hue angle of 344.78º 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 #D90C40 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 64 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.15 |
| HSL | 344.78º | 0.9% | 0.45% | - |
| HSV(B) | 344.78º | 0.94% | 0.85% | - |
| XYZ | 29.67 | 15.38 | 6.26 | - |
| YUV | 79.22 | 119.42 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 64 | 0 | 0.94 | 0.71 | 0.15 | 344.78 | 0.9 | 0.45 |
| Hex | D9 | C | 40 | 0 | 5E | 47 | F | 159 | 5A | 2D |
| Octal | 331 | 14 | 100 | 0 | 136 | 107 | 17 | 531 | 132 | 55 |
| Binary | 11011001 | 1100 | 1000000 | 0 | 1011110 | 1000111 | 1111 | 101011001 | 1011010 | 101101 |
Color Harmonies of #D90C40
Complementary color
Monochromatic Colors of #D90C40
Black with #D90C40
Text Example
Text Example
White with #D90C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90C40; }
p { color: rgb(217,12,64); }
H1.HeaderClassName
{
color: #D90C40;
}
.AnyTagClassName
{
color: #D90C40;
}
</style>
background-color css
<style>
a { background-color: #D90C40; }
a { background-color: rgb(217,12,64); }
div.DivClassName
{
background-color: #D90C40;
}
.BgClassName
{
background-color: #D90C40;
}
</style>
border-color css
<style>
span { border-color: #D90C40; }
span { border-color: rgb(217,12,64); }
td.TdClassName
{
border-color: #D90C40;
}
.TagClassName
{
border-color: #D90C40;
}
</style>