Shades of Crimson #C60240
Tints of Crimson #C60240
RGB
CMYK
RGB Variations
Color information
#C60240 (or 0xC60240) is known color: Crimson. HEX triplet: C6, 02 and 40. RGB value is (198,2,64). Sum of RGB (Red+Green+Blue) = 198+2+64=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C60240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60240 is #39FDBF. Grayscale: #434343. Windows color (decimal): -3800512 or 4195014. OLE color: 4195014.
HSL color Cylindrical-coordinate representation of color #C60240: hue angle of 341.02º degrees, saturation: 0.98, 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 #C60240 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.22 |
| HSL | 341.02º | 0.98% | 0.39% | - |
| HSV(B) | 341.02º | 0.99% | 0.78% | - |
| XYZ | 24.24 | 12.42 | 5.97 | - |
| YUV | 67.67 | 125.93 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 64 | 0 | 0.99 | 0.68 | 0.22 | 341.02 | 0.98 | 0.39 |
| Hex | C6 | 2 | 40 | 0 | 63 | 44 | 16 | 155 | 62 | 27 |
| Octal | 306 | 2 | 100 | 0 | 143 | 104 | 26 | 525 | 142 | 47 |
| Binary | 11000110 | 10 | 1000000 | 0 | 1100011 | 1000100 | 10110 | 101010101 | 1100010 | 100111 |
Color Harmonies of #C60240
Complementary color
Monochromatic Colors of #C60240
Black with #C60240
Text Example
Text Example
White with #C60240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60240; }
p { color: rgb(198,2,64); }
H1.HeaderClassName
{
color: #C60240;
}
.AnyTagClassName
{
color: #C60240;
}
</style>
background-color css
<style>
a { background-color: #C60240; }
a { background-color: rgb(198,2,64); }
div.DivClassName
{
background-color: #C60240;
}
.BgClassName
{
background-color: #C60240;
}
</style>
border-color css
<style>
span { border-color: #C60240; }
span { border-color: rgb(198,2,64); }
td.TdClassName
{
border-color: #C60240;
}
.TagClassName
{
border-color: #C60240;
}
</style>