Shades of Crimson #C80A48
Tints of Crimson #C80A48
RGB
CMYK
RGB Variations
Color information
#C80A48 (or 0xC80A48) is known color: Crimson. HEX triplet: C8, 0A and 48. RGB value is (200,10,72). Sum of RGB (Red+Green+Blue) = 200+10+72=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80A48 is #37F5B7. Grayscale: #494949. Windows color (decimal): -3667384 or 4721352. OLE color: 4721352.
HSL color Cylindrical-coordinate representation of color #C80A48: hue angle of 340.42º 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 #C80A48 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 72 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.22 |
| HSL | 340.42º | 0.9% | 0.41% | - |
| HSV(B) | 340.42º | 0.95% | 0.78% | - |
| XYZ | 25.1 | 12.96 | 7.31 | - |
| YUV | 73.88 | 126.95 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 72 | 0 | 0.95 | 0.64 | 0.22 | 340.42 | 0.9 | 0.41 |
| Hex | C8 | A | 48 | 0 | 5F | 40 | 16 | 154 | 5A | 29 |
| Octal | 310 | 12 | 110 | 0 | 137 | 100 | 26 | 524 | 132 | 51 |
| Binary | 11001000 | 1010 | 1001000 | 0 | 1011111 | 1000000 | 10110 | 101010100 | 1011010 | 101001 |
Color Harmonies of #C80A48
Complementary color
Monochromatic Colors of #C80A48
Black with #C80A48
Text Example
Text Example
White with #C80A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A48; }
p { color: rgb(200,10,72); }
H1.HeaderClassName
{
color: #C80A48;
}
.AnyTagClassName
{
color: #C80A48;
}
</style>
background-color css
<style>
a { background-color: #C80A48; }
a { background-color: rgb(200,10,72); }
div.DivClassName
{
background-color: #C80A48;
}
.BgClassName
{
background-color: #C80A48;
}
</style>
border-color css
<style>
span { border-color: #C80A48; }
span { border-color: rgb(200,10,72); }
td.TdClassName
{
border-color: #C80A48;
}
.TagClassName
{
border-color: #C80A48;
}
</style>