Shades of Crimson #C60242
Tints of Crimson #C60242
RGB
CMYK
RGB Variations
Color information
#C60242 (or 0xC60242) is known color: Crimson. HEX triplet: C6, 02 and 42. RGB value is (198,2,66). Sum of RGB (Red+Green+Blue) = 198+2+66=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C60242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60242 is #39FDBD. Grayscale: #434343. Windows color (decimal): -3800510 or 4326086. OLE color: 4326086.
HSL color Cylindrical-coordinate representation of color #C60242: hue angle of 340.41º 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 #C60242 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 66 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.22 |
| HSL | 340.41º | 0.98% | 0.39% | - |
| HSV(B) | 340.41º | 0.99% | 0.78% | - |
| XYZ | 24.29 | 12.44 | 6.28 | - |
| YUV | 67.9 | 126.93 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 66 | 0 | 0.99 | 0.67 | 0.22 | 340.41 | 0.98 | 0.39 |
| Hex | C6 | 2 | 42 | 0 | 63 | 43 | 16 | 154 | 62 | 27 |
| Octal | 306 | 2 | 102 | 0 | 143 | 103 | 26 | 524 | 142 | 47 |
| Binary | 11000110 | 10 | 1000010 | 0 | 1100011 | 1000011 | 10110 | 101010100 | 1100010 | 100111 |
Color Harmonies of #C60242
Complementary color
Monochromatic Colors of #C60242
Black with #C60242
Text Example
Text Example
White with #C60242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60242; }
p { color: rgb(198,2,66); }
H1.HeaderClassName
{
color: #C60242;
}
.AnyTagClassName
{
color: #C60242;
}
</style>
background-color css
<style>
a { background-color: #C60242; }
a { background-color: rgb(198,2,66); }
div.DivClassName
{
background-color: #C60242;
}
.BgClassName
{
background-color: #C60242;
}
</style>
border-color css
<style>
span { border-color: #C60242; }
span { border-color: rgb(198,2,66); }
td.TdClassName
{
border-color: #C60242;
}
.TagClassName
{
border-color: #C60242;
}
</style>