Shades of Crimson #C80841
Tints of Crimson #C80841
RGB
CMYK
RGB Variations
Color information
#C80841 (or 0xC80841) is known color: Crimson. HEX triplet: C8, 08 and 41. RGB value is (200,8,65). Sum of RGB (Red+Green+Blue) = 200+8+65=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C80841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80841 is #37F7BE. Grayscale: #474747. Windows color (decimal): -3667903 or 4262088. OLE color: 4262088.
HSL color Cylindrical-coordinate representation of color #C80841: hue angle of 342.19º 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 #C80841 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 65 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.22 |
| HSL | 342.19º | 0.92% | 0.41% | - |
| HSV(B) | 342.19º | 0.96% | 0.78% | - |
| XYZ | 24.86 | 12.83 | 6.17 | - |
| YUV | 71.91 | 124.11 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 65 | 0 | 0.96 | 0.68 | 0.22 | 342.19 | 0.92 | 0.41 |
| Hex | C8 | 8 | 41 | 0 | 60 | 44 | 16 | 156 | 5C | 29 |
| Octal | 310 | 10 | 101 | 0 | 140 | 104 | 26 | 526 | 134 | 51 |
| Binary | 11001000 | 1000 | 1000001 | 0 | 1100000 | 1000100 | 10110 | 101010110 | 1011100 | 101001 |
Color Harmonies of #C80841
Complementary color
Monochromatic Colors of #C80841
Black with #C80841
Text Example
Text Example
White with #C80841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80841; }
p { color: rgb(200,8,65); }
H1.HeaderClassName
{
color: #C80841;
}
.AnyTagClassName
{
color: #C80841;
}
</style>
background-color css
<style>
a { background-color: #C80841; }
a { background-color: rgb(200,8,65); }
div.DivClassName
{
background-color: #C80841;
}
.BgClassName
{
background-color: #C80841;
}
</style>
border-color css
<style>
span { border-color: #C80841; }
span { border-color: rgb(200,8,65); }
td.TdClassName
{
border-color: #C80841;
}
.TagClassName
{
border-color: #C80841;
}
</style>