Shades of Crimson #C80845
Tints of Crimson #C80845
RGB
CMYK
RGB Variations
Color information
#C80845 (or 0xC80845) is known color: Crimson. HEX triplet: C8, 08 and 45. RGB value is (200,8,69). Sum of RGB (Red+Green+Blue) = 200+8+69=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C80845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80845 is #37F7BA. Grayscale: #484848. Windows color (decimal): -3667899 or 4524232. OLE color: 4524232.
HSL color Cylindrical-coordinate representation of color #C80845: hue angle of 340.94º 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 #C80845 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 69 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.22 |
| HSL | 340.94º | 0.92% | 0.41% | - |
| HSV(B) | 340.94º | 0.96% | 0.78% | - |
| XYZ | 24.98 | 12.88 | 6.8 | - |
| YUV | 72.36 | 126.11 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 69 | 0 | 0.96 | 0.66 | 0.22 | 340.94 | 0.92 | 0.41 |
| Hex | C8 | 8 | 45 | 0 | 60 | 42 | 16 | 155 | 5C | 29 |
| Octal | 310 | 10 | 105 | 0 | 140 | 102 | 26 | 525 | 134 | 51 |
| Binary | 11001000 | 1000 | 1000101 | 0 | 1100000 | 1000010 | 10110 | 101010101 | 1011100 | 101001 |
Color Harmonies of #C80845
Complementary color
Monochromatic Colors of #C80845
Black with #C80845
Text Example
Text Example
White with #C80845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80845; }
p { color: rgb(200,8,69); }
H1.HeaderClassName
{
color: #C80845;
}
.AnyTagClassName
{
color: #C80845;
}
</style>
background-color css
<style>
a { background-color: #C80845; }
a { background-color: rgb(200,8,69); }
div.DivClassName
{
background-color: #C80845;
}
.BgClassName
{
background-color: #C80845;
}
</style>
border-color css
<style>
span { border-color: #C80845; }
span { border-color: rgb(200,8,69); }
td.TdClassName
{
border-color: #C80845;
}
.TagClassName
{
border-color: #C80845;
}
</style>