Shades of Crimson #C70849
Tints of Crimson #C70849
RGB
CMYK
RGB Variations
Color information
#C70849 (or 0xC70849) is known color: Crimson. HEX triplet: C7, 08 and 49. RGB value is (199,8,73). Sum of RGB (Red+Green+Blue) = 199+8+73=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C70849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70849 is #38F7B6. Grayscale: #484848. Windows color (decimal): -3733431 or 4786375. OLE color: 4786375.
HSL color Cylindrical-coordinate representation of color #C70849: hue angle of 339.58º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70849 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 73 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.22 |
| HSL | 339.58º | 0.92% | 0.41% | - |
| HSV(B) | 339.58º | 0.96% | 0.78% | - |
| XYZ | 24.84 | 12.8 | 7.46 | - |
| YUV | 72.52 | 128.28 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 73 | 0 | 0.96 | 0.63 | 0.22 | 339.58 | 0.92 | 0.41 |
| Hex | C7 | 8 | 49 | 0 | 60 | 3F | 16 | 154 | 5C | 29 |
| Octal | 307 | 10 | 111 | 0 | 140 | 77 | 26 | 524 | 134 | 51 |
| Binary | 11000111 | 1000 | 1001001 | 0 | 1100000 | 111111 | 10110 | 101010100 | 1011100 | 101001 |
Color Harmonies of #C70849
Complementary color
Monochromatic Colors of #C70849
Black with #C70849
Text Example
Text Example
White with #C70849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70849; }
p { color: rgb(199,8,73); }
H1.HeaderClassName
{
color: #C70849;
}
.AnyTagClassName
{
color: #C70849;
}
</style>
background-color css
<style>
a { background-color: #C70849; }
a { background-color: rgb(199,8,73); }
div.DivClassName
{
background-color: #C70849;
}
.BgClassName
{
background-color: #C70849;
}
</style>
border-color css
<style>
span { border-color: #C70849; }
span { border-color: rgb(199,8,73); }
td.TdClassName
{
border-color: #C70849;
}
.TagClassName
{
border-color: #C70849;
}
</style>