Shades of Crimson #C70648
Tints of Crimson #C70648
RGB
CMYK
RGB Variations
Color information
#C70648 (or 0xC70648) is known color: Crimson. HEX triplet: C7, 06 and 48. RGB value is (199,6,72). Sum of RGB (Red+Green+Blue) = 199+6+72=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C70648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70648 is #38F9B7. Grayscale: #474747. Windows color (decimal): -3733944 or 4720327. OLE color: 4720327.
HSL color Cylindrical-coordinate representation of color #C70648: hue angle of 339.48º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70648 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 72 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.22 |
| HSL | 339.48º | 0.94% | 0.4% | - |
| HSV(B) | 339.48º | 0.97% | 0.78% | - |
| XYZ | 24.79 | 12.74 | 7.28 | - |
| YUV | 71.23 | 128.44 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 72 | 0 | 0.97 | 0.64 | 0.22 | 339.48 | 0.94 | 0.4 |
| Hex | C7 | 6 | 48 | 0 | 61 | 40 | 16 | 153 | 5E | 28 |
| Octal | 307 | 6 | 110 | 0 | 141 | 100 | 26 | 523 | 136 | 50 |
| Binary | 11000111 | 110 | 1001000 | 0 | 1100001 | 1000000 | 10110 | 101010011 | 1011110 | 101000 |
Color Harmonies of #C70648
Complementary color
Monochromatic Colors of #C70648
Black with #C70648
Text Example
Text Example
White with #C70648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70648; }
p { color: rgb(199,6,72); }
H1.HeaderClassName
{
color: #C70648;
}
.AnyTagClassName
{
color: #C70648;
}
</style>
background-color css
<style>
a { background-color: #C70648; }
a { background-color: rgb(199,6,72); }
div.DivClassName
{
background-color: #C70648;
}
.BgClassName
{
background-color: #C70648;
}
</style>
border-color css
<style>
span { border-color: #C70648; }
span { border-color: rgb(199,6,72); }
td.TdClassName
{
border-color: #C70648;
}
.TagClassName
{
border-color: #C70648;
}
</style>