Shades of Cardinal #C6213D
Tints of Cardinal #C6213D
RGB
CMYK
RGB Variations
Color information
#C6213D (or 0xC6213D) is known color: Cardinal. HEX triplet: C6, 21 and 3D. RGB value is (198,33,61). Sum of RGB (Red+Green+Blue) = 198+33+61=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C6213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6213D is #39DEC2. Grayscale: #555555. Windows color (decimal): -3792579 or 4006342. OLE color: 4006342.
HSL color Cylindrical-coordinate representation of color #C6213D: hue angle of 349.82º 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 #C6213D is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 61 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.22 |
| HSL | 349.82º | 0.71% | 0.45% | - |
| HSV(B) | 349.82º | 0.83% | 0.78% | - |
| XYZ | 24.67 | 13.43 | 5.71 | - |
| YUV | 85.53 | 114.16 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 61 | 0 | 0.83 | 0.69 | 0.22 | 349.82 | 0.71 | 0.45 |
| Hex | C6 | 21 | 3D | 0 | 53 | 45 | 16 | 15E | 47 | 2D |
| Octal | 306 | 41 | 75 | 0 | 123 | 105 | 26 | 536 | 107 | 55 |
| Binary | 11000110 | 100001 | 111101 | 0 | 1010011 | 1000101 | 10110 | 101011110 | 1000111 | 101101 |
Color Harmonies of #C6213D
Complementary color
Monochromatic Colors of #C6213D
Black with #C6213D
Text Example
Text Example
White with #C6213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6213D; }
p { color: rgb(198,33,61); }
H1.HeaderClassName
{
color: #C6213D;
}
.AnyTagClassName
{
color: #C6213D;
}
</style>
background-color css
<style>
a { background-color: #C6213D; }
a { background-color: rgb(198,33,61); }
div.DivClassName
{
background-color: #C6213D;
}
.BgClassName
{
background-color: #C6213D;
}
</style>
border-color css
<style>
span { border-color: #C6213D; }
span { border-color: rgb(198,33,61); }
td.TdClassName
{
border-color: #C6213D;
}
.TagClassName
{
border-color: #C6213D;
}
</style>