Shades of Crimson #C90735
Tints of Crimson #C90735
RGB
CMYK
RGB Variations
Color information
#C90735 (or 0xC90735) is known color: Crimson. HEX triplet: C9, 07 and 35. RGB value is (201,7,53). Sum of RGB (Red+Green+Blue) = 201+7+53=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C90735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90735 is #36F8CA. Grayscale: #464646. Windows color (decimal): -3602635 or 3475401. OLE color: 3475401.
HSL color Cylindrical-coordinate representation of color #C90735: hue angle of 345.77º 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 #C90735 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 53 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.21 |
| HSL | 345.77º | 0.93% | 0.41% | - |
| HSV(B) | 345.77º | 0.97% | 0.79% | - |
| XYZ | 24.81 | 12.83 | 4.54 | - |
| YUV | 70.25 | 118.27 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 53 | 0 | 0.97 | 0.74 | 0.21 | 345.77 | 0.93 | 0.41 |
| Hex | C9 | 7 | 35 | 0 | 61 | 4A | 15 | 15A | 5D | 29 |
| Octal | 311 | 7 | 65 | 0 | 141 | 112 | 25 | 532 | 135 | 51 |
| Binary | 11001001 | 111 | 110101 | 0 | 1100001 | 1001010 | 10101 | 101011010 | 1011101 | 101001 |
Color Harmonies of #C90735
Complementary color
Monochromatic Colors of #C90735
Black with #C90735
Text Example
Text Example
White with #C90735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90735; }
p { color: rgb(201,7,53); }
H1.HeaderClassName
{
color: #C90735;
}
.AnyTagClassName
{
color: #C90735;
}
</style>
background-color css
<style>
a { background-color: #C90735; }
a { background-color: rgb(201,7,53); }
div.DivClassName
{
background-color: #C90735;
}
.BgClassName
{
background-color: #C90735;
}
</style>
border-color css
<style>
span { border-color: #C90735; }
span { border-color: rgb(201,7,53); }
td.TdClassName
{
border-color: #C90735;
}
.TagClassName
{
border-color: #C90735;
}
</style>