Shades of Crimson #C90945
Tints of Crimson #C90945
RGB
CMYK
RGB Variations
Color information
#C90945 (or 0xC90945) is known color: Crimson. HEX triplet: C9, 09 and 45. RGB value is (201,9,69). Sum of RGB (Red+Green+Blue) = 201+9+69=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C90945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90945 is #36F6BA. Grayscale: #494949. Windows color (decimal): -3602107 or 4524489. OLE color: 4524489.
HSL color Cylindrical-coordinate representation of color #C90945: hue angle of 341.25º degrees, saturation: 0.91, 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 #C90945 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 69 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.21 |
| HSL | 341.25º | 0.91% | 0.41% | - |
| HSV(B) | 341.25º | 0.96% | 0.79% | - |
| XYZ | 25.26 | 13.04 | 6.82 | - |
| YUV | 73.25 | 125.61 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 69 | 0 | 0.96 | 0.66 | 0.21 | 341.25 | 0.91 | 0.41 |
| Hex | C9 | 9 | 45 | 0 | 60 | 42 | 15 | 155 | 5B | 29 |
| Octal | 311 | 11 | 105 | 0 | 140 | 102 | 25 | 525 | 133 | 51 |
| Binary | 11001001 | 1001 | 1000101 | 0 | 1100000 | 1000010 | 10101 | 101010101 | 1011011 | 101001 |
Color Harmonies of #C90945
Complementary color
Monochromatic Colors of #C90945
Black with #C90945
Text Example
Text Example
White with #C90945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90945; }
p { color: rgb(201,9,69); }
H1.HeaderClassName
{
color: #C90945;
}
.AnyTagClassName
{
color: #C90945;
}
</style>
background-color css
<style>
a { background-color: #C90945; }
a { background-color: rgb(201,9,69); }
div.DivClassName
{
background-color: #C90945;
}
.BgClassName
{
background-color: #C90945;
}
</style>
border-color css
<style>
span { border-color: #C90945; }
span { border-color: rgb(201,9,69); }
td.TdClassName
{
border-color: #C90945;
}
.TagClassName
{
border-color: #C90945;
}
</style>