Shades of Crimson #C60140
Tints of Crimson #C60140
RGB
CMYK
RGB Variations
Color information
#C60140 (or 0xC60140) is known color: Crimson. HEX triplet: C6, 01 and 40. RGB value is (198,1,64). Sum of RGB (Red+Green+Blue) = 198+1+64=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C60140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60140 is #39FEBF. Grayscale: #434343. Windows color (decimal): -3800768 or 4194758. OLE color: 4194758.
HSL color Cylindrical-coordinate representation of color #C60140: hue angle of 340.81º 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 #C60140 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 64 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.22 |
| HSL | 340.81º | 0.99% | 0.39% | - |
| HSV(B) | 340.81º | 0.99% | 0.78% | - |
| XYZ | 24.22 | 12.4 | 5.97 | - |
| YUV | 67.09 | 126.27 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 64 | 0 | 0.99 | 0.68 | 0.22 | 340.81 | 0.99 | 0.39 |
| Hex | C6 | 1 | 40 | 0 | 63 | 44 | 16 | 155 | 63 | 27 |
| Octal | 306 | 1 | 100 | 0 | 143 | 104 | 26 | 525 | 143 | 47 |
| Binary | 11000110 | 1 | 1000000 | 0 | 1100011 | 1000100 | 10110 | 101010101 | 1100011 | 100111 |
Color Harmonies of #C60140
Complementary color
Monochromatic Colors of #C60140
Black with #C60140
Text Example
Text Example
White with #C60140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60140; }
p { color: rgb(198,1,64); }
H1.HeaderClassName
{
color: #C60140;
}
.AnyTagClassName
{
color: #C60140;
}
</style>
background-color css
<style>
a { background-color: #C60140; }
a { background-color: rgb(198,1,64); }
div.DivClassName
{
background-color: #C60140;
}
.BgClassName
{
background-color: #C60140;
}
</style>
border-color css
<style>
span { border-color: #C60140; }
span { border-color: rgb(198,1,64); }
td.TdClassName
{
border-color: #C60140;
}
.TagClassName
{
border-color: #C60140;
}
</style>