Shades of Crimson #C60543
Tints of Crimson #C60543
RGB
CMYK
RGB Variations
Color information
#C60543 (or 0xC60543) is known color: Crimson. HEX triplet: C6, 05 and 43. RGB value is (198,5,67). Sum of RGB (Red+Green+Blue) = 198+5+67=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C60543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60543 is #39FABC. Grayscale: #454545. Windows color (decimal): -3799741 or 4392390. OLE color: 4392390.
HSL color Cylindrical-coordinate representation of color #C60543: hue angle of 340.73º 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 #C60543 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 67 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.22 |
| HSL | 340.73º | 0.95% | 0.4% | - |
| HSV(B) | 340.73º | 0.97% | 0.78% | - |
| XYZ | 24.36 | 12.52 | 6.44 | - |
| YUV | 69.78 | 126.44 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 67 | 0 | 0.97 | 0.66 | 0.22 | 340.73 | 0.95 | 0.4 |
| Hex | C6 | 5 | 43 | 0 | 61 | 42 | 16 | 155 | 5F | 28 |
| Octal | 306 | 5 | 103 | 0 | 141 | 102 | 26 | 525 | 137 | 50 |
| Binary | 11000110 | 101 | 1000011 | 0 | 1100001 | 1000010 | 10110 | 101010101 | 1011111 | 101000 |
Color Harmonies of #C60543
Complementary color
Monochromatic Colors of #C60543
Black with #C60543
Text Example
Text Example
White with #C60543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60543; }
p { color: rgb(198,5,67); }
H1.HeaderClassName
{
color: #C60543;
}
.AnyTagClassName
{
color: #C60543;
}
</style>
background-color css
<style>
a { background-color: #C60543; }
a { background-color: rgb(198,5,67); }
div.DivClassName
{
background-color: #C60543;
}
.BgClassName
{
background-color: #C60543;
}
</style>
border-color css
<style>
span { border-color: #C60543; }
span { border-color: rgb(198,5,67); }
td.TdClassName
{
border-color: #C60543;
}
.TagClassName
{
border-color: #C60543;
}
</style>