Shades of Crimson #C90835
Tints of Crimson #C90835
RGB
CMYK
RGB Variations
Color information
#C90835 (or 0xC90835) is known color: Crimson. HEX triplet: C9, 08 and 35. RGB value is (201,8,53). Sum of RGB (Red+Green+Blue) = 201+8+53=262 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.72% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 201 - color contains mainly: red. Hex color #C90835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90835 is #36F7CA. Grayscale: #464646. Windows color (decimal): -3602379 or 3475657. OLE color: 3475657.
HSL color Cylindrical-coordinate representation of color #C90835: hue angle of 346.01º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90835 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 53 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.21 |
| HSL | 346.01º | 0.92% | 0.41% | - |
| HSV(B) | 346.01º | 0.96% | 0.79% | - |
| XYZ | 24.82 | 12.85 | 4.54 | - |
| YUV | 70.84 | 117.94 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 53 | 0 | 0.96 | 0.74 | 0.21 | 346.01 | 0.92 | 0.41 |
| Hex | C9 | 8 | 35 | 0 | 60 | 4A | 15 | 15A | 5C | 29 |
| Octal | 311 | 10 | 65 | 0 | 140 | 112 | 25 | 532 | 134 | 51 |
| Binary | 11001001 | 1000 | 110101 | 0 | 1100000 | 1001010 | 10101 | 101011010 | 1011100 | 101001 |
Color Harmonies of #C90835
Complementary color
Monochromatic Colors of #C90835
Black with #C90835
Text Example
Text Example
White with #C90835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90835; }
p { color: rgb(201,8,53); }
H1.HeaderClassName
{
color: #C90835;
}
.AnyTagClassName
{
color: #C90835;
}
</style>
background-color css
<style>
a { background-color: #C90835; }
a { background-color: rgb(201,8,53); }
div.DivClassName
{
background-color: #C90835;
}
.BgClassName
{
background-color: #C90835;
}
</style>
border-color css
<style>
span { border-color: #C90835; }
span { border-color: rgb(201,8,53); }
td.TdClassName
{
border-color: #C90835;
}
.TagClassName
{
border-color: #C90835;
}
</style>