Shades of Crimson #D90C37
Tints of Crimson #D90C37
RGB
CMYK
RGB Variations
Color information
#D90C37 (or 0xD90C37) is known color: Crimson. HEX triplet: D9, 0C and 37. RGB value is (217,12,55). Sum of RGB (Red+Green+Blue) = 217+12+55=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90C37 is #26F3C8. Grayscale: #4E4E4E. Windows color (decimal): -2552777 or 3607769. OLE color: 3607769.
HSL color Cylindrical-coordinate representation of color #D90C37: hue angle of 347.41º 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 #D90C37 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 55 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.15 |
| HSL | 347.41º | 0.9% | 0.45% | - |
| HSV(B) | 347.41º | 0.94% | 0.85% | - |
| XYZ | 29.44 | 15.29 | 5.01 | - |
| YUV | 78.2 | 114.92 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 55 | 0 | 0.94 | 0.75 | 0.15 | 347.41 | 0.9 | 0.45 |
| Hex | D9 | C | 37 | 0 | 5E | 4B | F | 15B | 5A | 2D |
| Octal | 331 | 14 | 67 | 0 | 136 | 113 | 17 | 533 | 132 | 55 |
| Binary | 11011001 | 1100 | 110111 | 0 | 1011110 | 1001011 | 1111 | 101011011 | 1011010 | 101101 |
Color Harmonies of #D90C37
Complementary color
Monochromatic Colors of #D90C37
Black with #D90C37
Text Example
Text Example
White with #D90C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90C37; }
p { color: rgb(217,12,55); }
H1.HeaderClassName
{
color: #D90C37;
}
.AnyTagClassName
{
color: #D90C37;
}
</style>
background-color css
<style>
a { background-color: #D90C37; }
a { background-color: rgb(217,12,55); }
div.DivClassName
{
background-color: #D90C37;
}
.BgClassName
{
background-color: #D90C37;
}
</style>
border-color css
<style>
span { border-color: #D90C37; }
span { border-color: rgb(217,12,55); }
td.TdClassName
{
border-color: #D90C37;
}
.TagClassName
{
border-color: #D90C37;
}
</style>