Shades of Cardinal #C0213B
Tints of Cardinal #C0213B
RGB
CMYK
RGB Variations
Color information
#C0213B (or 0xC0213B) is known color: Cardinal. HEX triplet: C0, 21 and 3B. RGB value is (192,33,59). Sum of RGB (Red+Green+Blue) = 192+33+59=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C0213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0213B is #3FDEC4. Grayscale: #535353. Windows color (decimal): -4185797 or 3875264. OLE color: 3875264.
HSL color Cylindrical-coordinate representation of color #C0213B: hue angle of 350.19º 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 #C0213B is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 59 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.25 |
| HSL | 350.19º | 0.71% | 0.44% | - |
| HSV(B) | 350.19º | 0.83% | 0.75% | - |
| XYZ | 23.07 | 12.61 | 5.36 | - |
| YUV | 83.51 | 114.18 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 59 | 0 | 0.83 | 0.69 | 0.25 | 350.19 | 0.71 | 0.44 |
| Hex | C0 | 21 | 3B | 0 | 53 | 45 | 19 | 15E | 47 | 2C |
| Octal | 300 | 41 | 73 | 0 | 123 | 105 | 31 | 536 | 107 | 54 |
| Binary | 11000000 | 100001 | 111011 | 0 | 1010011 | 1000101 | 11001 | 101011110 | 1000111 | 101100 |
Color Harmonies of #C0213B
Complementary color
Monochromatic Colors of #C0213B
Black with #C0213B
Text Example
Text Example
White with #C0213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0213B; }
p { color: rgb(192,33,59); }
H1.HeaderClassName
{
color: #C0213B;
}
.AnyTagClassName
{
color: #C0213B;
}
</style>
background-color css
<style>
a { background-color: #C0213B; }
a { background-color: rgb(192,33,59); }
div.DivClassName
{
background-color: #C0213B;
}
.BgClassName
{
background-color: #C0213B;
}
</style>
border-color css
<style>
span { border-color: #C0213B; }
span { border-color: rgb(192,33,59); }
td.TdClassName
{
border-color: #C0213B;
}
.TagClassName
{
border-color: #C0213B;
}
</style>