Shades of Crimson #C60348
Tints of Crimson #C60348
RGB
CMYK
RGB Variations
Color information
#C60348 (or 0xC60348) is known color: Crimson. HEX triplet: C6, 03 and 48. RGB value is (198,3,72). Sum of RGB (Red+Green+Blue) = 198+3+72=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C60348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60348 is #39FCB7. Grayscale: #454545. Windows color (decimal): -3800248 or 4719558. OLE color: 4719558.
HSL color Cylindrical-coordinate representation of color #C60348: hue angle of 338.77º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60348 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 72 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.22 |
| HSL | 338.77º | 0.97% | 0.39% | - |
| HSV(B) | 338.77º | 0.98% | 0.78% | - |
| XYZ | 24.49 | 12.54 | 7.26 | - |
| YUV | 69.17 | 129.6 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 72 | 0 | 0.98 | 0.64 | 0.22 | 338.77 | 0.97 | 0.39 |
| Hex | C6 | 3 | 48 | 0 | 62 | 40 | 16 | 153 | 61 | 27 |
| Octal | 306 | 3 | 110 | 0 | 142 | 100 | 26 | 523 | 141 | 47 |
| Binary | 11000110 | 11 | 1001000 | 0 | 1100010 | 1000000 | 10110 | 101010011 | 1100001 | 100111 |
Color Harmonies of #C60348
Complementary color
Monochromatic Colors of #C60348
Black with #C60348
Text Example
Text Example
White with #C60348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60348; }
p { color: rgb(198,3,72); }
H1.HeaderClassName
{
color: #C60348;
}
.AnyTagClassName
{
color: #C60348;
}
</style>
background-color css
<style>
a { background-color: #C60348; }
a { background-color: rgb(198,3,72); }
div.DivClassName
{
background-color: #C60348;
}
.BgClassName
{
background-color: #C60348;
}
</style>
border-color css
<style>
span { border-color: #C60348; }
span { border-color: rgb(198,3,72); }
td.TdClassName
{
border-color: #C60348;
}
.TagClassName
{
border-color: #C60348;
}
</style>