Shades of Crimson #C60048
Tints of Crimson #C60048
RGB
CMYK
RGB Variations
Color information
#C60048 (or 0xC60048) is known color: Crimson. HEX triplet: C6, 00 and 48. RGB value is (198,0,72). Sum of RGB (Red+Green+Blue) = 198+0+72=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C60048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60048 is #39FFB7. Grayscale: #434343. Windows color (decimal): -3801016 or 4718790. OLE color: 4718790.
HSL color Cylindrical-coordinate representation of color #C60048: hue angle of 338.18º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60048 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.64 | 0.22 |
| HSL | 338.18º | 1% | 0.39% | - |
| HSV(B) | 338.18º | 1% | 0.78% | - |
| XYZ | 24.46 | 12.47 | 7.25 | - |
| YUV | 67.41 | 130.6 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 72 | 0 | 1 | 0.64 | 0.22 | 338.18 | 1 | 0.39 |
| Hex | C6 | 0 | 48 | 0 | 64 | 40 | 16 | 152 | 64 | 27 |
| Octal | 306 | 0 | 110 | 0 | 144 | 100 | 26 | 522 | 144 | 47 |
| Binary | 11000110 | 0 | 1001000 | 0 | 1100100 | 1000000 | 10110 | 101010010 | 1100100 | 100111 |
Color Harmonies of #C60048
Complementary color
Monochromatic Colors of #C60048
Black with #C60048
Text Example
Text Example
White with #C60048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60048; }
p { color: rgb(198,0,72); }
H1.HeaderClassName
{
color: #C60048;
}
.AnyTagClassName
{
color: #C60048;
}
</style>
background-color css
<style>
a { background-color: #C60048; }
a { background-color: rgb(198,0,72); }
div.DivClassName
{
background-color: #C60048;
}
.BgClassName
{
background-color: #C60048;
}
</style>
border-color css
<style>
span { border-color: #C60048; }
span { border-color: rgb(198,0,72); }
td.TdClassName
{
border-color: #C60048;
}
.TagClassName
{
border-color: #C60048;
}
</style>