Shades of Cardinal #C6213C
Tints of Cardinal #C6213C
RGB
CMYK
RGB Variations
Color information
#C6213C (or 0xC6213C) is known color: Cardinal. HEX triplet: C6, 21 and 3C. RGB value is (198,33,60). Sum of RGB (Red+Green+Blue) = 198+33+60=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C6213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6213C is #39DEC3. Grayscale: #555555. Windows color (decimal): -3792580 or 3940806. OLE color: 3940806.
HSL color Cylindrical-coordinate representation of color #C6213C: hue angle of 350.18º 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 #C6213C is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 60 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.22 |
| HSL | 350.18º | 0.71% | 0.45% | - |
| HSV(B) | 350.18º | 0.83% | 0.78% | - |
| XYZ | 24.65 | 13.42 | 5.57 | - |
| YUV | 85.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 60 | 0 | 0.83 | 0.70 | 0.22 | 350.18 | 0.71 | 0.45 |
| Hex | C6 | 21 | 3C | 0 | 53 | 46 | 16 | 15E | 47 | 2D |
| Octal | 306 | 41 | 74 | 0 | 123 | 106 | 26 | 536 | 107 | 55 |
| Binary | 11000110 | 100001 | 111100 | 0 | 1010011 | 1000110 | 10110 | 101011110 | 1000111 | 101101 |
Color Harmonies of #C6213C
Complementary color
Monochromatic Colors of #C6213C
Black with #C6213C
Text Example
Text Example
White with #C6213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6213C; }
p { color: rgb(198,33,60); }
H1.HeaderClassName
{
color: #C6213C;
}
.AnyTagClassName
{
color: #C6213C;
}
</style>
background-color css
<style>
a { background-color: #C6213C; }
a { background-color: rgb(198,33,60); }
div.DivClassName
{
background-color: #C6213C;
}
.BgClassName
{
background-color: #C6213C;
}
</style>
border-color css
<style>
span { border-color: #C6213C; }
span { border-color: rgb(198,33,60); }
td.TdClassName
{
border-color: #C6213C;
}
.TagClassName
{
border-color: #C6213C;
}
</style>