Shades of Crimson #C60144
Tints of Crimson #C60144
RGB
CMYK
RGB Variations
Color information
#C60144 (or 0xC60144) is known color: Crimson. HEX triplet: C6, 01 and 44. RGB value is (198,1,68). Sum of RGB (Red+Green+Blue) = 198+1+68=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C60144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60144 is #39FEBB. Grayscale: #434343. Windows color (decimal): -3800764 or 4456902. OLE color: 4456902.
HSL color Cylindrical-coordinate representation of color #C60144: hue angle of 339.59º 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 #C60144 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 68 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.22 |
| HSL | 339.59º | 0.99% | 0.39% | - |
| HSV(B) | 339.59º | 0.99% | 0.78% | - |
| XYZ | 24.34 | 12.44 | 6.59 | - |
| YUV | 67.54 | 128.27 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 68 | 0 | 0.99 | 0.66 | 0.22 | 339.59 | 0.99 | 0.39 |
| Hex | C6 | 1 | 44 | 0 | 63 | 42 | 16 | 154 | 63 | 27 |
| Octal | 306 | 1 | 104 | 0 | 143 | 102 | 26 | 524 | 143 | 47 |
| Binary | 11000110 | 1 | 1000100 | 0 | 1100011 | 1000010 | 10110 | 101010100 | 1100011 | 100111 |
Color Harmonies of #C60144
Complementary color
Monochromatic Colors of #C60144
Black with #C60144
Text Example
Text Example
White with #C60144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60144; }
p { color: rgb(198,1,68); }
H1.HeaderClassName
{
color: #C60144;
}
.AnyTagClassName
{
color: #C60144;
}
</style>
background-color css
<style>
a { background-color: #C60144; }
a { background-color: rgb(198,1,68); }
div.DivClassName
{
background-color: #C60144;
}
.BgClassName
{
background-color: #C60144;
}
</style>
border-color css
<style>
span { border-color: #C60144; }
span { border-color: rgb(198,1,68); }
td.TdClassName
{
border-color: #C60144;
}
.TagClassName
{
border-color: #C60144;
}
</style>