Shades of Cardinal #C6053E
Tints of Cardinal #C6053E
RGB
CMYK
RGB Variations
Color information
#C6053E (or 0xC6053E) is known color: Cardinal. HEX triplet: C6, 05 and 3E. RGB value is (198,5,62). Sum of RGB (Red+Green+Blue) = 198+5+62=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C6053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6053E is #39FAC1. Grayscale: #454545. Windows color (decimal): -3799746 or 4064710. OLE color: 4064710.
HSL color Cylindrical-coordinate representation of color #C6053E: hue angle of 342.28º degrees, saturation: 0.95, 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 #C6053E is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 62 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.22 |
| HSL | 342.28º | 0.95% | 0.4% | - |
| HSV(B) | 342.28º | 0.97% | 0.78% | - |
| XYZ | 24.21 | 12.46 | 5.69 | - |
| YUV | 69.21 | 123.94 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 62 | 0 | 0.97 | 0.69 | 0.22 | 342.28 | 0.95 | 0.4 |
| Hex | C6 | 5 | 3E | 0 | 61 | 45 | 16 | 156 | 5F | 28 |
| Octal | 306 | 5 | 76 | 0 | 141 | 105 | 26 | 526 | 137 | 50 |
| Binary | 11000110 | 101 | 111110 | 0 | 1100001 | 1000101 | 10110 | 101010110 | 1011111 | 101000 |
Color Harmonies of #C6053E
Complementary color
Monochromatic Colors of #C6053E
Black with #C6053E
Text Example
Text Example
White with #C6053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6053E; }
p { color: rgb(198,5,62); }
H1.HeaderClassName
{
color: #C6053E;
}
.AnyTagClassName
{
color: #C6053E;
}
</style>
background-color css
<style>
a { background-color: #C6053E; }
a { background-color: rgb(198,5,62); }
div.DivClassName
{
background-color: #C6053E;
}
.BgClassName
{
background-color: #C6053E;
}
</style>
border-color css
<style>
span { border-color: #C6053E; }
span { border-color: rgb(198,5,62); }
td.TdClassName
{
border-color: #C6053E;
}
.TagClassName
{
border-color: #C6053E;
}
</style>