Shades of Crimson #C60041
Tints of Crimson #C60041
RGB
CMYK
RGB Variations
Color information
#C60041 (or 0xC60041) is known color: Crimson. HEX triplet: C6, 00 and 41. RGB value is (198,0,65). Sum of RGB (Red+Green+Blue) = 198+0+65=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C60041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60041 is #39FFBE. Grayscale: #424242. Windows color (decimal): -3801023 or 4260038. OLE color: 4260038.
HSL color Cylindrical-coordinate representation of color #C60041: hue angle of 340.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60041 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 65 | - |
| CMYK | 0 | 1 | 0.67 | 0.22 |
| HSL | 340.3º | 1% | 0.39% | - |
| HSV(B) | 340.3º | 1% | 0.78% | - |
| XYZ | 24.24 | 12.39 | 6.11 | - |
| YUV | 66.61 | 127.1 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 65 | 0 | 1 | 0.67 | 0.22 | 340.3 | 1 | 0.39 |
| Hex | C6 | 0 | 41 | 0 | 64 | 43 | 16 | 154 | 64 | 27 |
| Octal | 306 | 0 | 101 | 0 | 144 | 103 | 26 | 524 | 144 | 47 |
| Binary | 11000110 | 0 | 1000001 | 0 | 1100100 | 1000011 | 10110 | 101010100 | 1100100 | 100111 |
Color Harmonies of #C60041
Complementary color
Monochromatic Colors of #C60041
Black with #C60041
Text Example
Text Example
White with #C60041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60041; }
p { color: rgb(198,0,65); }
H1.HeaderClassName
{
color: #C60041;
}
.AnyTagClassName
{
color: #C60041;
}
</style>
background-color css
<style>
a { background-color: #C60041; }
a { background-color: rgb(198,0,65); }
div.DivClassName
{
background-color: #C60041;
}
.BgClassName
{
background-color: #C60041;
}
</style>
border-color css
<style>
span { border-color: #C60041; }
span { border-color: rgb(198,0,65); }
td.TdClassName
{
border-color: #C60041;
}
.TagClassName
{
border-color: #C60041;
}
</style>