Shades of Crimson #C90141
Tints of Crimson #C90141
RGB
CMYK
RGB Variations
Color information
#C90141 (or 0xC90141) is known color: Crimson. HEX triplet: C9, 01 and 41. RGB value is (201,1,65). Sum of RGB (Red+Green+Blue) = 201+1+65=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C90141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90141 is #36FEBE. Grayscale: #444444. Windows color (decimal): -3604159 or 4260297. OLE color: 4260297.
HSL color Cylindrical-coordinate representation of color #C90141: hue angle of 340.8º 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 #C90141 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 65 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.21 |
| HSL | 340.8º | 0.99% | 0.4% | - |
| HSV(B) | 340.8º | 1% | 0.79% | - |
| XYZ | 25.05 | 12.82 | 6.16 | - |
| YUV | 68.1 | 126.26 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 65 | 0 | 1.00 | 0.68 | 0.21 | 340.8 | 0.99 | 0.4 |
| Hex | C9 | 1 | 41 | 0 | 64 | 44 | 15 | 155 | 63 | 28 |
| Octal | 311 | 1 | 101 | 0 | 144 | 104 | 25 | 525 | 143 | 50 |
| Binary | 11001001 | 1 | 1000001 | 0 | 1100100 | 1000100 | 10101 | 101010101 | 1100011 | 101000 |
Color Harmonies of #C90141
Complementary color
Monochromatic Colors of #C90141
Black with #C90141
Text Example
Text Example
White with #C90141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90141; }
p { color: rgb(201,1,65); }
H1.HeaderClassName
{
color: #C90141;
}
.AnyTagClassName
{
color: #C90141;
}
</style>
background-color css
<style>
a { background-color: #C90141; }
a { background-color: rgb(201,1,65); }
div.DivClassName
{
background-color: #C90141;
}
.BgClassName
{
background-color: #C90141;
}
</style>
border-color css
<style>
span { border-color: #C90141; }
span { border-color: rgb(201,1,65); }
td.TdClassName
{
border-color: #C90141;
}
.TagClassName
{
border-color: #C90141;
}
</style>