Shades of Crimson #C60139
Tints of Crimson #C60139
RGB
CMYK
RGB Variations
Color information
#C60139 (or 0xC60139) is known color: Crimson. HEX triplet: C6, 01 and 39. RGB value is (198,1,57). Sum of RGB (Red+Green+Blue) = 198+1+57=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C60139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60139 is #39FEC6. Grayscale: #424242. Windows color (decimal): -3800775 or 3736006. OLE color: 3736006.
HSL color Cylindrical-coordinate representation of color #C60139: hue angle of 342.94º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60139 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.22 |
| HSL | 342.94º | 0.99% | 0.39% | - |
| HSV(B) | 342.94º | 0.99% | 0.78% | - |
| XYZ | 24.04 | 12.32 | 4.98 | - |
| YUV | 66.29 | 122.77 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 57 | 0 | 0.99 | 0.71 | 0.22 | 342.94 | 0.99 | 0.39 |
| Hex | C6 | 1 | 39 | 0 | 63 | 47 | 16 | 157 | 63 | 27 |
| Octal | 306 | 1 | 71 | 0 | 143 | 107 | 26 | 527 | 143 | 47 |
| Binary | 11000110 | 1 | 111001 | 0 | 1100011 | 1000111 | 10110 | 101010111 | 1100011 | 100111 |
Color Harmonies of #C60139
Complementary color
Monochromatic Colors of #C60139
Black with #C60139
Text Example
Text Example
White with #C60139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60139; }
p { color: rgb(198,1,57); }
H1.HeaderClassName
{
color: #C60139;
}
.AnyTagClassName
{
color: #C60139;
}
</style>
background-color css
<style>
a { background-color: #C60139; }
a { background-color: rgb(198,1,57); }
div.DivClassName
{
background-color: #C60139;
}
.BgClassName
{
background-color: #C60139;
}
</style>
border-color css
<style>
span { border-color: #C60139; }
span { border-color: rgb(198,1,57); }
td.TdClassName
{
border-color: #C60139;
}
.TagClassName
{
border-color: #C60139;
}
</style>