Shades of Crimson #C60247
Tints of Crimson #C60247
RGB
CMYK
RGB Variations
Color information
#C60247 (or 0xC60247) is known color: Crimson. HEX triplet: C6, 02 and 47. RGB value is (198,2,71). Sum of RGB (Red+Green+Blue) = 198+2+71=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C60247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60247 is #39FDB8. Grayscale: #444444. Windows color (decimal): -3800505 or 4653766. OLE color: 4653766.
HSL color Cylindrical-coordinate representation of color #C60247: hue angle of 338.88º 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 #C60247 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 71 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.22 |
| HSL | 338.88º | 0.98% | 0.39% | - |
| HSV(B) | 338.88º | 0.99% | 0.78% | - |
| XYZ | 24.45 | 12.5 | 7.09 | - |
| YUV | 68.47 | 129.43 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 71 | 0 | 0.99 | 0.64 | 0.22 | 338.88 | 0.98 | 0.39 |
| Hex | C6 | 2 | 47 | 0 | 63 | 40 | 16 | 153 | 62 | 27 |
| Octal | 306 | 2 | 107 | 0 | 143 | 100 | 26 | 523 | 142 | 47 |
| Binary | 11000110 | 10 | 1000111 | 0 | 1100011 | 1000000 | 10110 | 101010011 | 1100010 | 100111 |
Color Harmonies of #C60247
Complementary color
Monochromatic Colors of #C60247
Black with #C60247
Text Example
Text Example
White with #C60247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60247; }
p { color: rgb(198,2,71); }
H1.HeaderClassName
{
color: #C60247;
}
.AnyTagClassName
{
color: #C60247;
}
</style>
background-color css
<style>
a { background-color: #C60247; }
a { background-color: rgb(198,2,71); }
div.DivClassName
{
background-color: #C60247;
}
.BgClassName
{
background-color: #C60247;
}
</style>
border-color css
<style>
span { border-color: #C60247; }
span { border-color: rgb(198,2,71); }
td.TdClassName
{
border-color: #C60247;
}
.TagClassName
{
border-color: #C60247;
}
</style>