Shades of Cardinal #C80A31
Tints of Cardinal #C80A31
RGB
CMYK
RGB Variations
Color information
#C80A31 (or 0xC80A31) is known color: Cardinal. HEX triplet: C8, 0A and 31. RGB value is (200,10,49). Sum of RGB (Red+Green+Blue) = 200+10+49=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80A31 is #37F5CE. Grayscale: #474747. Windows color (decimal): -3667407 or 3214024. OLE color: 3214024.
HSL color Cylindrical-coordinate representation of color #C80A31: hue angle of 347.68º 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 #C80A31 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 49 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.22 |
| HSL | 347.68º | 0.9% | 0.41% | - |
| HSV(B) | 347.68º | 0.95% | 0.78% | - |
| XYZ | 24.48 | 12.72 | 4.07 | - |
| YUV | 71.26 | 115.45 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 49 | 0 | 0.95 | 0.76 | 0.22 | 347.68 | 0.9 | 0.41 |
| Hex | C8 | A | 31 | 0 | 5F | 4C | 16 | 15C | 5A | 29 |
| Octal | 310 | 12 | 61 | 0 | 137 | 114 | 26 | 534 | 132 | 51 |
| Binary | 11001000 | 1010 | 110001 | 0 | 1011111 | 1001100 | 10110 | 101011100 | 1011010 | 101001 |
Color Harmonies of #C80A31
Complementary color
Monochromatic Colors of #C80A31
Black with #C80A31
Text Example
Text Example
White with #C80A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A31; }
p { color: rgb(200,10,49); }
H1.HeaderClassName
{
color: #C80A31;
}
.AnyTagClassName
{
color: #C80A31;
}
</style>
background-color css
<style>
a { background-color: #C80A31; }
a { background-color: rgb(200,10,49); }
div.DivClassName
{
background-color: #C80A31;
}
.BgClassName
{
background-color: #C80A31;
}
</style>
border-color css
<style>
span { border-color: #C80A31; }
span { border-color: rgb(200,10,49); }
td.TdClassName
{
border-color: #C80A31;
}
.TagClassName
{
border-color: #C80A31;
}
</style>