Shades of Cardinal #C0213A
Tints of Cardinal #C0213A
RGB
CMYK
RGB Variations
Color information
#C0213A (or 0xC0213A) is known color: Cardinal. HEX triplet: C0, 21 and 3A. RGB value is (192,33,58). Sum of RGB (Red+Green+Blue) = 192+33+58=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C0213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0213A is #3FDEC5. Grayscale: #535353. Windows color (decimal): -4185798 or 3809728. OLE color: 3809728.
HSL color Cylindrical-coordinate representation of color #C0213A: hue angle of 350.57º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0213A is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 58 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.25 |
| HSL | 350.57º | 0.71% | 0.44% | - |
| HSV(B) | 350.57º | 0.83% | 0.75% | - |
| XYZ | 23.05 | 12.6 | 5.22 | - |
| YUV | 83.39 | 113.68 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 58 | 0 | 0.83 | 0.70 | 0.25 | 350.57 | 0.71 | 0.44 |
| Hex | C0 | 21 | 3A | 0 | 53 | 46 | 19 | 15F | 47 | 2C |
| Octal | 300 | 41 | 72 | 0 | 123 | 106 | 31 | 537 | 107 | 54 |
| Binary | 11000000 | 100001 | 111010 | 0 | 1010011 | 1000110 | 11001 | 101011111 | 1000111 | 101100 |
Color Harmonies of #C0213A
Complementary color
Monochromatic Colors of #C0213A
Black with #C0213A
Text Example
Text Example
White with #C0213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0213A; }
p { color: rgb(192,33,58); }
H1.HeaderClassName
{
color: #C0213A;
}
.AnyTagClassName
{
color: #C0213A;
}
</style>
background-color css
<style>
a { background-color: #C0213A; }
a { background-color: rgb(192,33,58); }
div.DivClassName
{
background-color: #C0213A;
}
.BgClassName
{
background-color: #C0213A;
}
</style>
border-color css
<style>
span { border-color: #C0213A; }
span { border-color: rgb(192,33,58); }
td.TdClassName
{
border-color: #C0213A;
}
.TagClassName
{
border-color: #C0213A;
}
</style>