Shades of Crimson #C90D49
Tints of Crimson #C90D49
RGB
CMYK
RGB Variations
Color information
#C90D49 (or 0xC90D49) is known color: Crimson. HEX triplet: C9, 0D and 49. RGB value is (201,13,73). Sum of RGB (Red+Green+Blue) = 201+13+73=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C90D49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90D49 is #36F2B6. Grayscale: #4C4C4C. Windows color (decimal): -3601079 or 4787657. OLE color: 4787657.
HSL color Cylindrical-coordinate representation of color #C90D49: hue angle of 340.85º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90D49 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 13 | 73 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.21 |
| HSL | 340.85º | 0.88% | 0.42% | - |
| HSV(B) | 340.85º | 0.94% | 0.79% | - |
| XYZ | 25.43 | 13.19 | 7.51 | - |
| YUV | 76.05 | 126.28 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 73 | 0 | 0.94 | 0.64 | 0.21 | 340.85 | 0.88 | 0.42 |
| Hex | C9 | D | 49 | 0 | 5E | 40 | 15 | 155 | 58 | 2A |
| Octal | 311 | 15 | 111 | 0 | 136 | 100 | 25 | 525 | 130 | 52 |
| Binary | 11001001 | 1101 | 1001001 | 0 | 1011110 | 1000000 | 10101 | 101010101 | 1011000 | 101010 |
Color Harmonies of #C90D49
Complementary color
Monochromatic Colors of #C90D49
Black with #C90D49
Text Example
Text Example
White with #C90D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90D49; }
p { color: rgb(201,13,73); }
H1.HeaderClassName
{
color: #C90D49;
}
.AnyTagClassName
{
color: #C90D49;
}
</style>
background-color css
<style>
a { background-color: #C90D49; }
a { background-color: rgb(201,13,73); }
div.DivClassName
{
background-color: #C90D49;
}
.BgClassName
{
background-color: #C90D49;
}
</style>
border-color css
<style>
span { border-color: #C90D49; }
span { border-color: rgb(201,13,73); }
td.TdClassName
{
border-color: #C90D49;
}
.TagClassName
{
border-color: #C90D49;
}
</style>