Shades of Crimson #C80842
Tints of Crimson #C80842
RGB
CMYK
RGB Variations
Color information
#C80842 (or 0xC80842) is known color: Crimson. HEX triplet: C8, 08 and 42. RGB value is (200,8,66). Sum of RGB (Red+Green+Blue) = 200+8+66=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C80842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80842 is #37F7BD. Grayscale: #474747. Windows color (decimal): -3667902 or 4327624. OLE color: 4327624.
HSL color Cylindrical-coordinate representation of color #C80842: hue angle of 341.88º 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 #C80842 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 66 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.22 |
| HSL | 341.88º | 0.92% | 0.41% | - |
| HSV(B) | 341.88º | 0.96% | 0.78% | - |
| XYZ | 24.89 | 12.85 | 6.32 | - |
| YUV | 72.02 | 124.61 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 66 | 0 | 0.96 | 0.67 | 0.22 | 341.88 | 0.92 | 0.41 |
| Hex | C8 | 8 | 42 | 0 | 60 | 43 | 16 | 156 | 5C | 29 |
| Octal | 310 | 10 | 102 | 0 | 140 | 103 | 26 | 526 | 134 | 51 |
| Binary | 11001000 | 1000 | 1000010 | 0 | 1100000 | 1000011 | 10110 | 101010110 | 1011100 | 101001 |
Color Harmonies of #C80842
Complementary color
Monochromatic Colors of #C80842
Black with #C80842
Text Example
Text Example
White with #C80842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80842; }
p { color: rgb(200,8,66); }
H1.HeaderClassName
{
color: #C80842;
}
.AnyTagClassName
{
color: #C80842;
}
</style>
background-color css
<style>
a { background-color: #C80842; }
a { background-color: rgb(200,8,66); }
div.DivClassName
{
background-color: #C80842;
}
.BgClassName
{
background-color: #C80842;
}
</style>
border-color css
<style>
span { border-color: #C80842; }
span { border-color: rgb(200,8,66); }
td.TdClassName
{
border-color: #C80842;
}
.TagClassName
{
border-color: #C80842;
}
</style>