Shades of Cardinal #C2133A
Tints of Cardinal #C2133A
RGB
CMYK
RGB Variations
Color information
#C2133A (or 0xC2133A) is known color: Cardinal. HEX triplet: C2, 13 and 3A. RGB value is (194,19,58). Sum of RGB (Red+Green+Blue) = 194+19+58=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C2133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2133A is #3DECC5. Grayscale: #4B4B4B. Windows color (decimal): -4058310 or 3806146. OLE color: 3806146.
HSL color Cylindrical-coordinate representation of color #C2133A: hue angle of 346.63º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2133A is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 58 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.24 |
| HSL | 346.63º | 0.82% | 0.42% | - |
| HSV(B) | 346.63º | 0.9% | 0.76% | - |
| XYZ | 23.24 | 12.24 | 5.14 | - |
| YUV | 75.77 | 117.98 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 58 | 0 | 0.90 | 0.70 | 0.24 | 346.63 | 0.82 | 0.42 |
| Hex | C2 | 13 | 3A | 0 | 5A | 46 | 18 | 15B | 52 | 2A |
| Octal | 302 | 23 | 72 | 0 | 132 | 106 | 30 | 533 | 122 | 52 |
| Binary | 11000010 | 10011 | 111010 | 0 | 1011010 | 1000110 | 11000 | 101011011 | 1010010 | 101010 |
Color Harmonies of #C2133A
Complementary color
Monochromatic Colors of #C2133A
Black with #C2133A
Text Example
Text Example
White with #C2133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2133A; }
p { color: rgb(194,19,58); }
H1.HeaderClassName
{
color: #C2133A;
}
.AnyTagClassName
{
color: #C2133A;
}
</style>
background-color css
<style>
a { background-color: #C2133A; }
a { background-color: rgb(194,19,58); }
div.DivClassName
{
background-color: #C2133A;
}
.BgClassName
{
background-color: #C2133A;
}
</style>
border-color css
<style>
span { border-color: #C2133A; }
span { border-color: rgb(194,19,58); }
td.TdClassName
{
border-color: #C2133A;
}
.TagClassName
{
border-color: #C2133A;
}
</style>