Shades of Crimson #C90145
Tints of Crimson #C90145
RGB
CMYK
RGB Variations
Color information
#C90145 (or 0xC90145) is known color: Crimson. HEX triplet: C9, 01 and 45. RGB value is (201,1,69). Sum of RGB (Red+Green+Blue) = 201+1+69=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C90145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90145 is #36FEBA. Grayscale: #444444. Windows color (decimal): -3604155 or 4522441. OLE color: 4522441.
HSL color Cylindrical-coordinate representation of color #C90145: hue angle of 339.6º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90145 is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 69 | - |
| CMYK | 0 | 1.00 | 0.66 | 0.21 |
| HSL | 339.6º | 0.99% | 0.4% | - |
| HSV(B) | 339.6º | 1% | 0.79% | - |
| XYZ | 25.17 | 12.87 | 6.79 | - |
| YUV | 68.55 | 128.26 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 69 | 0 | 1.00 | 0.66 | 0.21 | 339.6 | 0.99 | 0.4 |
| Hex | C9 | 1 | 45 | 0 | 64 | 42 | 15 | 154 | 63 | 28 |
| Octal | 311 | 1 | 105 | 0 | 144 | 102 | 25 | 524 | 143 | 50 |
| Binary | 11001001 | 1 | 1000101 | 0 | 1100100 | 1000010 | 10101 | 101010100 | 1100011 | 101000 |
Color Harmonies of #C90145
Complementary color
Monochromatic Colors of #C90145
Black with #C90145
Text Example
Text Example
White with #C90145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90145; }
p { color: rgb(201,1,69); }
H1.HeaderClassName
{
color: #C90145;
}
.AnyTagClassName
{
color: #C90145;
}
</style>
background-color css
<style>
a { background-color: #C90145; }
a { background-color: rgb(201,1,69); }
div.DivClassName
{
background-color: #C90145;
}
.BgClassName
{
background-color: #C90145;
}
</style>
border-color css
<style>
span { border-color: #C90145; }
span { border-color: rgb(201,1,69); }
td.TdClassName
{
border-color: #C90145;
}
.TagClassName
{
border-color: #C90145;
}
</style>