Shades of Crimson #C90749
Tints of Crimson #C90749
RGB
CMYK
RGB Variations
Color information
#C90749 (or 0xC90749) is known color: Crimson. HEX triplet: C9, 07 and 49. RGB value is (201,7,73). Sum of RGB (Red+Green+Blue) = 201+7+73=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C90749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90749 is #36F8B6. Grayscale: #484848. Windows color (decimal): -3602615 or 4786121. OLE color: 4786121.
HSL color Cylindrical-coordinate representation of color #C90749: hue angle of 339.59º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90749 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 73 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.21 |
| HSL | 339.59º | 0.93% | 0.41% | - |
| HSV(B) | 339.59º | 0.97% | 0.79% | - |
| XYZ | 25.37 | 13.05 | 7.49 | - |
| YUV | 72.53 | 128.27 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 73 | 0 | 0.97 | 0.64 | 0.21 | 339.59 | 0.93 | 0.41 |
| Hex | C9 | 7 | 49 | 0 | 61 | 40 | 15 | 154 | 5D | 29 |
| Octal | 311 | 7 | 111 | 0 | 141 | 100 | 25 | 524 | 135 | 51 |
| Binary | 11001001 | 111 | 1001001 | 0 | 1100001 | 1000000 | 10101 | 101010100 | 1011101 | 101001 |
Color Harmonies of #C90749
Complementary color
Monochromatic Colors of #C90749
Black with #C90749
Text Example
Text Example
White with #C90749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90749; }
p { color: rgb(201,7,73); }
H1.HeaderClassName
{
color: #C90749;
}
.AnyTagClassName
{
color: #C90749;
}
</style>
background-color css
<style>
a { background-color: #C90749; }
a { background-color: rgb(201,7,73); }
div.DivClassName
{
background-color: #C90749;
}
.BgClassName
{
background-color: #C90749;
}
</style>
border-color css
<style>
span { border-color: #C90749; }
span { border-color: rgb(201,7,73); }
td.TdClassName
{
border-color: #C90749;
}
.TagClassName
{
border-color: #C90749;
}
</style>