Shades of Crimson #C90841
Tints of Crimson #C90841
RGB
CMYK
RGB Variations
Color information
#C90841 (or 0xC90841) is known color: Crimson. HEX triplet: C9, 08 and 41. RGB value is (201,8,65). Sum of RGB (Red+Green+Blue) = 201+8+65=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C90841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90841 is #36F7BE. Grayscale: #484848. Windows color (decimal): -3602367 or 4262089. OLE color: 4262089.
HSL color Cylindrical-coordinate representation of color #C90841: hue angle of 342.28º 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 #C90841 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 65 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.21 |
| HSL | 342.28º | 0.92% | 0.41% | - |
| HSV(B) | 342.28º | 0.96% | 0.79% | - |
| XYZ | 25.13 | 12.97 | 6.18 | - |
| YUV | 72.21 | 123.94 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 65 | 0 | 0.96 | 0.68 | 0.21 | 342.28 | 0.92 | 0.41 |
| Hex | C9 | 8 | 41 | 0 | 60 | 44 | 15 | 156 | 5C | 29 |
| Octal | 311 | 10 | 101 | 0 | 140 | 104 | 25 | 526 | 134 | 51 |
| Binary | 11001001 | 1000 | 1000001 | 0 | 1100000 | 1000100 | 10101 | 101010110 | 1011100 | 101001 |
Color Harmonies of #C90841
Complementary color
Monochromatic Colors of #C90841
Black with #C90841
Text Example
Text Example
White with #C90841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90841; }
p { color: rgb(201,8,65); }
H1.HeaderClassName
{
color: #C90841;
}
.AnyTagClassName
{
color: #C90841;
}
</style>
background-color css
<style>
a { background-color: #C90841; }
a { background-color: rgb(201,8,65); }
div.DivClassName
{
background-color: #C90841;
}
.BgClassName
{
background-color: #C90841;
}
</style>
border-color css
<style>
span { border-color: #C90841; }
span { border-color: rgb(201,8,65); }
td.TdClassName
{
border-color: #C90841;
}
.TagClassName
{
border-color: #C90841;
}
</style>