Shades of Crimson #C90142
Tints of Crimson #C90142
RGB
CMYK
RGB Variations
Color information
#C90142 (or 0xC90142) is known color: Crimson. HEX triplet: C9, 01 and 42. RGB value is (201,1,66). Sum of RGB (Red+Green+Blue) = 201+1+66=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C90142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90142 is #36FEBD. Grayscale: #444444. Windows color (decimal): -3604158 or 4325833. OLE color: 4325833.
HSL color Cylindrical-coordinate representation of color #C90142: hue angle of 340.5º 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 #C90142 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 66 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.21 |
| HSL | 340.5º | 0.99% | 0.4% | - |
| HSV(B) | 340.5º | 1% | 0.79% | - |
| XYZ | 25.08 | 12.83 | 6.31 | - |
| YUV | 68.21 | 126.76 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 66 | 0 | 1.00 | 0.67 | 0.21 | 340.5 | 0.99 | 0.4 |
| Hex | C9 | 1 | 42 | 0 | 64 | 43 | 15 | 154 | 63 | 28 |
| Octal | 311 | 1 | 102 | 0 | 144 | 103 | 25 | 524 | 143 | 50 |
| Binary | 11001001 | 1 | 1000010 | 0 | 1100100 | 1000011 | 10101 | 101010100 | 1100011 | 101000 |
Color Harmonies of #C90142
Complementary color
Monochromatic Colors of #C90142
Black with #C90142
Text Example
Text Example
White with #C90142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90142; }
p { color: rgb(201,1,66); }
H1.HeaderClassName
{
color: #C90142;
}
.AnyTagClassName
{
color: #C90142;
}
</style>
background-color css
<style>
a { background-color: #C90142; }
a { background-color: rgb(201,1,66); }
div.DivClassName
{
background-color: #C90142;
}
.BgClassName
{
background-color: #C90142;
}
</style>
border-color css
<style>
span { border-color: #C90142; }
span { border-color: rgb(201,1,66); }
td.TdClassName
{
border-color: #C90142;
}
.TagClassName
{
border-color: #C90142;
}
</style>