Shades of Crimson #C90748
Tints of Crimson #C90748
RGB
CMYK
RGB Variations
Color information
#C90748 (or 0xC90748) is known color: Crimson. HEX triplet: C9, 07 and 48. RGB value is (201,7,72). Sum of RGB (Red+Green+Blue) = 201+7+72=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C90748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90748 is #36F8B7. Grayscale: #484848. Windows color (decimal): -3602616 or 4720585. OLE color: 4720585.
HSL color Cylindrical-coordinate representation of color #C90748: hue angle of 339.9º 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 #C90748 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 72 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.21 |
| HSL | 339.9º | 0.93% | 0.41% | - |
| HSV(B) | 339.9º | 0.97% | 0.79% | - |
| XYZ | 25.33 | 13.04 | 7.31 | - |
| YUV | 72.42 | 127.77 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 72 | 0 | 0.97 | 0.64 | 0.21 | 339.9 | 0.93 | 0.41 |
| Hex | C9 | 7 | 48 | 0 | 61 | 40 | 15 | 154 | 5D | 29 |
| Octal | 311 | 7 | 110 | 0 | 141 | 100 | 25 | 524 | 135 | 51 |
| Binary | 11001001 | 111 | 1001000 | 0 | 1100001 | 1000000 | 10101 | 101010100 | 1011101 | 101001 |
Color Harmonies of #C90748
Complementary color
Monochromatic Colors of #C90748
Black with #C90748
Text Example
Text Example
White with #C90748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90748; }
p { color: rgb(201,7,72); }
H1.HeaderClassName
{
color: #C90748;
}
.AnyTagClassName
{
color: #C90748;
}
</style>
background-color css
<style>
a { background-color: #C90748; }
a { background-color: rgb(201,7,72); }
div.DivClassName
{
background-color: #C90748;
}
.BgClassName
{
background-color: #C90748;
}
</style>
border-color css
<style>
span { border-color: #C90748; }
span { border-color: rgb(201,7,72); }
td.TdClassName
{
border-color: #C90748;
}
.TagClassName
{
border-color: #C90748;
}
</style>