Shades of Crimson #C70747
Tints of Crimson #C70747
RGB
CMYK
RGB Variations
Color information
#C70747 (or 0xC70747) is known color: Crimson. HEX triplet: C7, 07 and 47. RGB value is (199,7,71). Sum of RGB (Red+Green+Blue) = 199+7+71=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C70747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70747 is #38F8B8. Grayscale: #474747. Windows color (decimal): -3733689 or 4655047. OLE color: 4655047.
HSL color Cylindrical-coordinate representation of color #C70747: hue angle of 340º 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 #C70747 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 71 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.22 |
| HSL | 340º | 0.93% | 0.4% | - |
| HSV(B) | 340º | 0.96% | 0.78% | - |
| XYZ | 24.77 | 12.75 | 7.12 | - |
| YUV | 71.7 | 127.61 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 71 | 0 | 0.96 | 0.64 | 0.22 | 340 | 0.93 | 0.4 |
| Hex | C7 | 7 | 47 | 0 | 60 | 40 | 16 | 154 | 5D | 28 |
| Octal | 307 | 7 | 107 | 0 | 140 | 100 | 26 | 524 | 135 | 50 |
| Binary | 11000111 | 111 | 1000111 | 0 | 1100000 | 1000000 | 10110 | 101010100 | 1011101 | 101000 |
Color Harmonies of #C70747
Complementary color
Monochromatic Colors of #C70747
Black with #C70747
Text Example
Text Example
White with #C70747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70747; }
p { color: rgb(199,7,71); }
H1.HeaderClassName
{
color: #C70747;
}
.AnyTagClassName
{
color: #C70747;
}
</style>
background-color css
<style>
a { background-color: #C70747; }
a { background-color: rgb(199,7,71); }
div.DivClassName
{
background-color: #C70747;
}
.BgClassName
{
background-color: #C70747;
}
</style>
border-color css
<style>
span { border-color: #C70747; }
span { border-color: rgb(199,7,71); }
td.TdClassName
{
border-color: #C70747;
}
.TagClassName
{
border-color: #C70747;
}
</style>