Shades of Crimson #C70748
Tints of Crimson #C70748
RGB
CMYK
RGB Variations
Color information
#C70748 (or 0xC70748) is known color: Crimson. HEX triplet: C7, 07 and 48. RGB value is (199,7,72). Sum of RGB (Red+Green+Blue) = 199+7+72=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C70748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70748 is #38F8B7. Grayscale: #474747. Windows color (decimal): -3733688 or 4720583. OLE color: 4720583.
HSL color Cylindrical-coordinate representation of color #C70748: hue angle of 339.69º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70748 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 72 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.22 |
| HSL | 339.69º | 0.93% | 0.4% | - |
| HSV(B) | 339.69º | 0.96% | 0.78% | - |
| XYZ | 24.8 | 12.76 | 7.29 | - |
| YUV | 71.82 | 128.11 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 72 | 0 | 0.96 | 0.64 | 0.22 | 339.69 | 0.93 | 0.4 |
| Hex | C7 | 7 | 48 | 0 | 60 | 40 | 16 | 154 | 5D | 28 |
| Octal | 307 | 7 | 110 | 0 | 140 | 100 | 26 | 524 | 135 | 50 |
| Binary | 11000111 | 111 | 1001000 | 0 | 1100000 | 1000000 | 10110 | 101010100 | 1011101 | 101000 |
Color Harmonies of #C70748
Complementary color
Monochromatic Colors of #C70748
Black with #C70748
Text Example
Text Example
White with #C70748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70748; }
p { color: rgb(199,7,72); }
H1.HeaderClassName
{
color: #C70748;
}
.AnyTagClassName
{
color: #C70748;
}
</style>
background-color css
<style>
a { background-color: #C70748; }
a { background-color: rgb(199,7,72); }
div.DivClassName
{
background-color: #C70748;
}
.BgClassName
{
background-color: #C70748;
}
</style>
border-color css
<style>
span { border-color: #C70748; }
span { border-color: rgb(199,7,72); }
td.TdClassName
{
border-color: #C70748;
}
.TagClassName
{
border-color: #C70748;
}
</style>