Shades of Crimson #C60146
Tints of Crimson #C60146
RGB
CMYK
RGB Variations
Color information
#C60146 (or 0xC60146) is known color: Crimson. HEX triplet: C6, 01 and 46. RGB value is (198,1,70). Sum of RGB (Red+Green+Blue) = 198+1+70=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C60146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60146 is #39FEB9. Grayscale: #434343. Windows color (decimal): -3800762 or 4587974. OLE color: 4587974.
HSL color Cylindrical-coordinate representation of color #C60146: hue angle of 338.98º 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 #C60146 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 70 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.22 |
| HSL | 338.98º | 0.99% | 0.39% | - |
| HSV(B) | 338.98º | 0.99% | 0.78% | - |
| XYZ | 24.41 | 12.47 | 6.91 | - |
| YUV | 67.77 | 129.27 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 70 | 0 | 0.99 | 0.65 | 0.22 | 338.98 | 0.99 | 0.39 |
| Hex | C6 | 1 | 46 | 0 | 63 | 41 | 16 | 153 | 63 | 27 |
| Octal | 306 | 1 | 106 | 0 | 143 | 101 | 26 | 523 | 143 | 47 |
| Binary | 11000110 | 1 | 1000110 | 0 | 1100011 | 1000001 | 10110 | 101010011 | 1100011 | 100111 |
Color Harmonies of #C60146
Complementary color
Monochromatic Colors of #C60146
Black with #C60146
Text Example
Text Example
White with #C60146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60146; }
p { color: rgb(198,1,70); }
H1.HeaderClassName
{
color: #C60146;
}
.AnyTagClassName
{
color: #C60146;
}
</style>
background-color css
<style>
a { background-color: #C60146; }
a { background-color: rgb(198,1,70); }
div.DivClassName
{
background-color: #C60146;
}
.BgClassName
{
background-color: #C60146;
}
</style>
border-color css
<style>
span { border-color: #C60146; }
span { border-color: rgb(198,1,70); }
td.TdClassName
{
border-color: #C60146;
}
.TagClassName
{
border-color: #C60146;
}
</style>