Shades of Cardinal #C6223A
Tints of Cardinal #C6223A
RGB
CMYK
RGB Variations
Color information
#C6223A (or 0xC6223A) is known color: Cardinal. HEX triplet: C6, 22 and 3A. RGB value is (198,34,58). Sum of RGB (Red+Green+Blue) = 198+34+58=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C6223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6223A is #39DDC5. Grayscale: #555555. Windows color (decimal): -3792326 or 3809990. OLE color: 3809990.
HSL color Cylindrical-coordinate representation of color #C6223A: hue angle of 351.22º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6223A is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 34 | 58 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.22 |
| HSL | 351.22º | 0.71% | 0.45% | - |
| HSV(B) | 351.22º | 0.83% | 0.78% | - |
| XYZ | 24.62 | 13.46 | 5.3 | - |
| YUV | 85.77 | 112.33 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 58 | 0 | 0.83 | 0.71 | 0.22 | 351.22 | 0.71 | 0.45 |
| Hex | C6 | 22 | 3A | 0 | 53 | 47 | 16 | 15F | 47 | 2D |
| Octal | 306 | 42 | 72 | 0 | 123 | 107 | 26 | 537 | 107 | 55 |
| Binary | 11000110 | 100010 | 111010 | 0 | 1010011 | 1000111 | 10110 | 101011111 | 1000111 | 101101 |
Color Harmonies of #C6223A
Complementary color
Monochromatic Colors of #C6223A
Black with #C6223A
Text Example
Text Example
White with #C6223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6223A; }
p { color: rgb(198,34,58); }
H1.HeaderClassName
{
color: #C6223A;
}
.AnyTagClassName
{
color: #C6223A;
}
</style>
background-color css
<style>
a { background-color: #C6223A; }
a { background-color: rgb(198,34,58); }
div.DivClassName
{
background-color: #C6223A;
}
.BgClassName
{
background-color: #C6223A;
}
</style>
border-color css
<style>
span { border-color: #C6223A; }
span { border-color: rgb(198,34,58); }
td.TdClassName
{
border-color: #C6223A;
}
.TagClassName
{
border-color: #C6223A;
}
</style>