Shades of Crimson #C70549
Tints of Crimson #C70549
RGB
CMYK
RGB Variations
Color information
#C70549 (or 0xC70549) is known color: Crimson. HEX triplet: C7, 05 and 49. RGB value is (199,5,73). Sum of RGB (Red+Green+Blue) = 199+5+73=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C70549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70549 is #38FAB6. Grayscale: #464646. Windows color (decimal): -3734199 or 4785607. OLE color: 4785607.
HSL color Cylindrical-coordinate representation of color #C70549: hue angle of 338.97º degrees, saturation: 0.95, 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 #C70549 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 73 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.22 |
| HSL | 338.97º | 0.95% | 0.4% | - |
| HSV(B) | 338.97º | 0.97% | 0.78% | - |
| XYZ | 24.81 | 12.73 | 7.45 | - |
| YUV | 70.76 | 129.27 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 73 | 0 | 0.97 | 0.63 | 0.22 | 338.97 | 0.95 | 0.4 |
| Hex | C7 | 5 | 49 | 0 | 61 | 3F | 16 | 153 | 5F | 28 |
| Octal | 307 | 5 | 111 | 0 | 141 | 77 | 26 | 523 | 137 | 50 |
| Binary | 11000111 | 101 | 1001001 | 0 | 1100001 | 111111 | 10110 | 101010011 | 1011111 | 101000 |
Color Harmonies of #C70549
Complementary color
Monochromatic Colors of #C70549
Black with #C70549
Text Example
Text Example
White with #C70549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70549; }
p { color: rgb(199,5,73); }
H1.HeaderClassName
{
color: #C70549;
}
.AnyTagClassName
{
color: #C70549;
}
</style>
background-color css
<style>
a { background-color: #C70549; }
a { background-color: rgb(199,5,73); }
div.DivClassName
{
background-color: #C70549;
}
.BgClassName
{
background-color: #C70549;
}
</style>
border-color css
<style>
span { border-color: #C70549; }
span { border-color: rgb(199,5,73); }
td.TdClassName
{
border-color: #C70549;
}
.TagClassName
{
border-color: #C70549;
}
</style>