Shades of Cardinal #C2053A
Tints of Cardinal #C2053A
RGB
CMYK
RGB Variations
Color information
#C2053A (or 0xC2053A) is known color: Cardinal. HEX triplet: C2, 05 and 3A. RGB value is (194,5,58). Sum of RGB (Red+Green+Blue) = 194+5+58=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C2053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2053A is #3DFAC5. Grayscale: #434343. Windows color (decimal): -4061894 or 3802562. OLE color: 3802562.
HSL color Cylindrical-coordinate representation of color #C2053A: hue angle of 343.17º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2053A is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 58 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.24 |
| HSL | 343.17º | 0.95% | 0.39% | - |
| HSV(B) | 343.17º | 0.97% | 0.76% | - |
| XYZ | 23.07 | 11.88 | 5.08 | - |
| YUV | 67.55 | 122.62 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 58 | 0 | 0.97 | 0.70 | 0.24 | 343.17 | 0.95 | 0.39 |
| Hex | C2 | 5 | 3A | 0 | 61 | 46 | 18 | 157 | 5F | 27 |
| Octal | 302 | 5 | 72 | 0 | 141 | 106 | 30 | 527 | 137 | 47 |
| Binary | 11000010 | 101 | 111010 | 0 | 1100001 | 1000110 | 11000 | 101010111 | 1011111 | 100111 |
Color Harmonies of #C2053A
Complementary color
Monochromatic Colors of #C2053A
Black with #C2053A
Text Example
Text Example
White with #C2053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2053A; }
p { color: rgb(194,5,58); }
H1.HeaderClassName
{
color: #C2053A;
}
.AnyTagClassName
{
color: #C2053A;
}
</style>
background-color css
<style>
a { background-color: #C2053A; }
a { background-color: rgb(194,5,58); }
div.DivClassName
{
background-color: #C2053A;
}
.BgClassName
{
background-color: #C2053A;
}
</style>
border-color css
<style>
span { border-color: #C2053A; }
span { border-color: rgb(194,5,58); }
td.TdClassName
{
border-color: #C2053A;
}
.TagClassName
{
border-color: #C2053A;
}
</style>