Shades of Crimson #C90845
Tints of Crimson #C90845
RGB
CMYK
RGB Variations
Color information
#C90845 (or 0xC90845) is known color: Crimson. HEX triplet: C9, 08 and 45. RGB value is (201,8,69). Sum of RGB (Red+Green+Blue) = 201+8+69=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C90845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90845 is #36F7BA. Grayscale: #484848. Windows color (decimal): -3602363 or 4524233. OLE color: 4524233.
HSL color Cylindrical-coordinate representation of color #C90845: hue angle of 341.04º 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 #C90845 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 69 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.21 |
| HSL | 341.04º | 0.92% | 0.41% | - |
| HSV(B) | 341.04º | 0.96% | 0.79% | - |
| XYZ | 25.25 | 13.02 | 6.81 | - |
| YUV | 72.66 | 125.94 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 69 | 0 | 0.96 | 0.66 | 0.21 | 341.04 | 0.92 | 0.41 |
| Hex | C9 | 8 | 45 | 0 | 60 | 42 | 15 | 155 | 5C | 29 |
| Octal | 311 | 10 | 105 | 0 | 140 | 102 | 25 | 525 | 134 | 51 |
| Binary | 11001001 | 1000 | 1000101 | 0 | 1100000 | 1000010 | 10101 | 101010101 | 1011100 | 101001 |
Color Harmonies of #C90845
Complementary color
Monochromatic Colors of #C90845
Black with #C90845
Text Example
Text Example
White with #C90845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90845; }
p { color: rgb(201,8,69); }
H1.HeaderClassName
{
color: #C90845;
}
.AnyTagClassName
{
color: #C90845;
}
</style>
background-color css
<style>
a { background-color: #C90845; }
a { background-color: rgb(201,8,69); }
div.DivClassName
{
background-color: #C90845;
}
.BgClassName
{
background-color: #C90845;
}
</style>
border-color css
<style>
span { border-color: #C90845; }
span { border-color: rgb(201,8,69); }
td.TdClassName
{
border-color: #C90845;
}
.TagClassName
{
border-color: #C90845;
}
</style>