Shades of Cardinal #C80631
Tints of Cardinal #C80631
RGB
CMYK
RGB Variations
Color information
#C80631 (or 0xC80631) is known color: Cardinal. HEX triplet: C8, 06 and 31. RGB value is (200,6,49). Sum of RGB (Red+Green+Blue) = 200+6+49=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C80631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80631 is #37F9CE. Grayscale: #444444. Windows color (decimal): -3668431 or 3213000. OLE color: 3213000.
HSL color Cylindrical-coordinate representation of color #C80631: hue angle of 346.7º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80631 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 49 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.22 |
| HSL | 346.7º | 0.94% | 0.4% | - |
| HSV(B) | 346.7º | 0.97% | 0.78% | - |
| XYZ | 24.44 | 12.63 | 4.06 | - |
| YUV | 68.91 | 116.77 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 49 | 0 | 0.97 | 0.76 | 0.22 | 346.7 | 0.94 | 0.4 |
| Hex | C8 | 6 | 31 | 0 | 61 | 4C | 16 | 15B | 5E | 28 |
| Octal | 310 | 6 | 61 | 0 | 141 | 114 | 26 | 533 | 136 | 50 |
| Binary | 11001000 | 110 | 110001 | 0 | 1100001 | 1001100 | 10110 | 101011011 | 1011110 | 101000 |
Color Harmonies of #C80631
Complementary color
Monochromatic Colors of #C80631
Black with #C80631
Text Example
Text Example
White with #C80631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80631; }
p { color: rgb(200,6,49); }
H1.HeaderClassName
{
color: #C80631;
}
.AnyTagClassName
{
color: #C80631;
}
</style>
background-color css
<style>
a { background-color: #C80631; }
a { background-color: rgb(200,6,49); }
div.DivClassName
{
background-color: #C80631;
}
.BgClassName
{
background-color: #C80631;
}
</style>
border-color css
<style>
span { border-color: #C80631; }
span { border-color: rgb(200,6,49); }
td.TdClassName
{
border-color: #C80631;
}
.TagClassName
{
border-color: #C80631;
}
</style>