Shades of Crimson #C90445
Tints of Crimson #C90445
RGB
CMYK
RGB Variations
Color information
#C90445 (or 0xC90445) is known color: Crimson. HEX triplet: C9, 04 and 45. RGB value is (201,4,69). Sum of RGB (Red+Green+Blue) = 201+4+69=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C90445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90445 is #36FBBA. Grayscale: #464646. Windows color (decimal): -3603387 or 4523209. OLE color: 4523209.
HSL color Cylindrical-coordinate representation of color #C90445: hue angle of 340.2º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90445 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.21 |
| HSL | 340.2º | 0.96% | 0.4% | - |
| HSV(B) | 340.2º | 0.98% | 0.79% | - |
| XYZ | 25.2 | 12.93 | 6.8 | - |
| YUV | 70.31 | 127.27 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 69 | 0 | 0.98 | 0.66 | 0.21 | 340.2 | 0.96 | 0.4 |
| Hex | C9 | 4 | 45 | 0 | 62 | 42 | 15 | 154 | 60 | 28 |
| Octal | 311 | 4 | 105 | 0 | 142 | 102 | 25 | 524 | 140 | 50 |
| Binary | 11001001 | 100 | 1000101 | 0 | 1100010 | 1000010 | 10101 | 101010100 | 1100000 | 101000 |
Color Harmonies of #C90445
Complementary color
Monochromatic Colors of #C90445
Black with #C90445
Text Example
Text Example
White with #C90445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90445; }
p { color: rgb(201,4,69); }
H1.HeaderClassName
{
color: #C90445;
}
.AnyTagClassName
{
color: #C90445;
}
</style>
background-color css
<style>
a { background-color: #C90445; }
a { background-color: rgb(201,4,69); }
div.DivClassName
{
background-color: #C90445;
}
.BgClassName
{
background-color: #C90445;
}
</style>
border-color css
<style>
span { border-color: #C90445; }
span { border-color: rgb(201,4,69); }
td.TdClassName
{
border-color: #C90445;
}
.TagClassName
{
border-color: #C90445;
}
</style>