Shades of Crimson #C60541
Tints of Crimson #C60541
RGB
CMYK
RGB Variations
Color information
#C60541 (or 0xC60541) is known color: Crimson. HEX triplet: C6, 05 and 41. RGB value is (198,5,65). Sum of RGB (Red+Green+Blue) = 198+5+65=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C60541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60541 is #39FABE. Grayscale: #454545. Windows color (decimal): -3799743 or 4261318. OLE color: 4261318.
HSL color Cylindrical-coordinate representation of color #C60541: hue angle of 341.35º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60541 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 65 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.22 |
| HSL | 341.35º | 0.95% | 0.4% | - |
| HSV(B) | 341.35º | 0.97% | 0.78% | - |
| XYZ | 24.3 | 12.5 | 6.13 | - |
| YUV | 69.55 | 125.44 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 65 | 0 | 0.97 | 0.67 | 0.22 | 341.35 | 0.95 | 0.4 |
| Hex | C6 | 5 | 41 | 0 | 61 | 43 | 16 | 155 | 5F | 28 |
| Octal | 306 | 5 | 101 | 0 | 141 | 103 | 26 | 525 | 137 | 50 |
| Binary | 11000110 | 101 | 1000001 | 0 | 1100001 | 1000011 | 10110 | 101010101 | 1011111 | 101000 |
Color Harmonies of #C60541
Complementary color
Monochromatic Colors of #C60541
Black with #C60541
Text Example
Text Example
White with #C60541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60541; }
p { color: rgb(198,5,65); }
H1.HeaderClassName
{
color: #C60541;
}
.AnyTagClassName
{
color: #C60541;
}
</style>
background-color css
<style>
a { background-color: #C60541; }
a { background-color: rgb(198,5,65); }
div.DivClassName
{
background-color: #C60541;
}
.BgClassName
{
background-color: #C60541;
}
</style>
border-color css
<style>
span { border-color: #C60541; }
span { border-color: rgb(198,5,65); }
td.TdClassName
{
border-color: #C60541;
}
.TagClassName
{
border-color: #C60541;
}
</style>