Shades of Crimson #C60249
Tints of Crimson #C60249
RGB
CMYK
RGB Variations
Color information
#C60249 (or 0xC60249) is known color: Crimson. HEX triplet: C6, 02 and 49. RGB value is (198,2,73). Sum of RGB (Red+Green+Blue) = 198+2+73=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C60249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60249 is #39FDB6. Grayscale: #444444. Windows color (decimal): -3800503 or 4784838. OLE color: 4784838.
HSL color Cylindrical-coordinate representation of color #C60249: hue angle of 338.27º 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 #C60249 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 73 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.22 |
| HSL | 338.27º | 0.98% | 0.39% | - |
| HSV(B) | 338.27º | 0.99% | 0.78% | - |
| XYZ | 24.51 | 12.53 | 7.43 | - |
| YUV | 68.7 | 130.43 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 73 | 0 | 0.99 | 0.63 | 0.22 | 338.27 | 0.98 | 0.39 |
| Hex | C6 | 2 | 49 | 0 | 63 | 3F | 16 | 152 | 62 | 27 |
| Octal | 306 | 2 | 111 | 0 | 143 | 77 | 26 | 522 | 142 | 47 |
| Binary | 11000110 | 10 | 1001001 | 0 | 1100011 | 111111 | 10110 | 101010010 | 1100010 | 100111 |
Color Harmonies of #C60249
Complementary color
Monochromatic Colors of #C60249
Black with #C60249
Text Example
Text Example
White with #C60249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60249; }
p { color: rgb(198,2,73); }
H1.HeaderClassName
{
color: #C60249;
}
.AnyTagClassName
{
color: #C60249;
}
</style>
background-color css
<style>
a { background-color: #C60249; }
a { background-color: rgb(198,2,73); }
div.DivClassName
{
background-color: #C60249;
}
.BgClassName
{
background-color: #C60249;
}
</style>
border-color css
<style>
span { border-color: #C60249; }
span { border-color: rgb(198,2,73); }
td.TdClassName
{
border-color: #C60249;
}
.TagClassName
{
border-color: #C60249;
}
</style>