Shades of Cardinal #C80633
Tints of Cardinal #C80633
RGB
CMYK
RGB Variations
Color information
#C80633 (or 0xC80633) is known color: Cardinal. HEX triplet: C8, 06 and 33. RGB value is (200,6,51). Sum of RGB (Red+Green+Blue) = 200+6+51=257 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.82% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 200 - color contains mainly: red. Hex color #C80633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80633 is #37F9CC. Grayscale: #454545. Windows color (decimal): -3668429 or 3344072. OLE color: 3344072.
HSL color Cylindrical-coordinate representation of color #C80633: hue angle of 346.08º 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 #C80633 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 51 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.22 |
| HSL | 346.08º | 0.94% | 0.4% | - |
| HSV(B) | 346.08º | 0.97% | 0.78% | - |
| XYZ | 24.48 | 12.65 | 4.28 | - |
| YUV | 69.14 | 117.77 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 51 | 0 | 0.97 | 0.74 | 0.22 | 346.08 | 0.94 | 0.4 |
| Hex | C8 | 6 | 33 | 0 | 61 | 4A | 16 | 15A | 5E | 28 |
| Octal | 310 | 6 | 63 | 0 | 141 | 112 | 26 | 532 | 136 | 50 |
| Binary | 11001000 | 110 | 110011 | 0 | 1100001 | 1001010 | 10110 | 101011010 | 1011110 | 101000 |
Color Harmonies of #C80633
Complementary color
Monochromatic Colors of #C80633
Black with #C80633
Text Example
Text Example
White with #C80633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80633; }
p { color: rgb(200,6,51); }
H1.HeaderClassName
{
color: #C80633;
}
.AnyTagClassName
{
color: #C80633;
}
</style>
background-color css
<style>
a { background-color: #C80633; }
a { background-color: rgb(200,6,51); }
div.DivClassName
{
background-color: #C80633;
}
.BgClassName
{
background-color: #C80633;
}
</style>
border-color css
<style>
span { border-color: #C80633; }
span { border-color: rgb(200,6,51); }
td.TdClassName
{
border-color: #C80633;
}
.TagClassName
{
border-color: #C80633;
}
</style>