Shades of Crimson #C80847
Tints of Crimson #C80847
RGB
CMYK
RGB Variations
Color information
#C80847 (or 0xC80847) is known color: Crimson. HEX triplet: C8, 08 and 47. RGB value is (200,8,71). Sum of RGB (Red+Green+Blue) = 200+8+71=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C80847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80847 is #37F7B8. Grayscale: #484848. Windows color (decimal): -3667897 or 4655304. OLE color: 4655304.
HSL color Cylindrical-coordinate representation of color #C80847: hue angle of 340.31º 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 #C80847 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 71 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.22 |
| HSL | 340.31º | 0.92% | 0.41% | - |
| HSV(B) | 340.31º | 0.96% | 0.78% | - |
| XYZ | 25.04 | 12.91 | 7.13 | - |
| YUV | 72.59 | 127.11 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 71 | 0 | 0.96 | 0.64 | 0.22 | 340.31 | 0.92 | 0.41 |
| Hex | C8 | 8 | 47 | 0 | 60 | 40 | 16 | 154 | 5C | 29 |
| Octal | 310 | 10 | 107 | 0 | 140 | 100 | 26 | 524 | 134 | 51 |
| Binary | 11001000 | 1000 | 1000111 | 0 | 1100000 | 1000000 | 10110 | 101010100 | 1011100 | 101001 |
Color Harmonies of #C80847
Complementary color
Monochromatic Colors of #C80847
Black with #C80847
Text Example
Text Example
White with #C80847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80847; }
p { color: rgb(200,8,71); }
H1.HeaderClassName
{
color: #C80847;
}
.AnyTagClassName
{
color: #C80847;
}
</style>
background-color css
<style>
a { background-color: #C80847; }
a { background-color: rgb(200,8,71); }
div.DivClassName
{
background-color: #C80847;
}
.BgClassName
{
background-color: #C80847;
}
</style>
border-color css
<style>
span { border-color: #C80847; }
span { border-color: rgb(200,8,71); }
td.TdClassName
{
border-color: #C80847;
}
.TagClassName
{
border-color: #C80847;
}
</style>