Shades of Crimson #C80A4A
Tints of Crimson #C80A4A
RGB
CMYK
RGB Variations
Color information
#C80A4A (or 0xC80A4A) is known color: Crimson. HEX triplet: C8, 0A and 4A. RGB value is (200,10,74). Sum of RGB (Red+Green+Blue) = 200+10+74=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80A4A is #37F5B5. Grayscale: #4A4A4A. Windows color (decimal): -3667382 or 4852424. OLE color: 4852424.
HSL color Cylindrical-coordinate representation of color #C80A4A: hue angle of 339.79º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80A4A is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 74 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.22 |
| HSL | 339.79º | 0.9% | 0.41% | - |
| HSV(B) | 339.79º | 0.95% | 0.78% | - |
| XYZ | 25.16 | 12.99 | 7.66 | - |
| YUV | 74.11 | 127.95 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 74 | 0 | 0.95 | 0.63 | 0.22 | 339.79 | 0.9 | 0.41 |
| Hex | C8 | A | 4A | 0 | 5F | 3F | 16 | 154 | 5A | 29 |
| Octal | 310 | 12 | 112 | 0 | 137 | 77 | 26 | 524 | 132 | 51 |
| Binary | 11001000 | 1010 | 1001010 | 0 | 1011111 | 111111 | 10110 | 101010100 | 1011010 | 101001 |
Color Harmonies of #C80A4A
Complementary color
Monochromatic Colors of #C80A4A
Black with #C80A4A
Text Example
Text Example
White with #C80A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A4A; }
p { color: rgb(200,10,74); }
H1.HeaderClassName
{
color: #C80A4A;
}
.AnyTagClassName
{
color: #C80A4A;
}
</style>
background-color css
<style>
a { background-color: #C80A4A; }
a { background-color: rgb(200,10,74); }
div.DivClassName
{
background-color: #C80A4A;
}
.BgClassName
{
background-color: #C80A4A;
}
</style>
border-color css
<style>
span { border-color: #C80A4A; }
span { border-color: rgb(200,10,74); }
td.TdClassName
{
border-color: #C80A4A;
}
.TagClassName
{
border-color: #C80A4A;
}
</style>