Shades of Cardinal #C2133C
Tints of Cardinal #C2133C
RGB
CMYK
RGB Variations
Color information
#C2133C (or 0xC2133C) is known color: Cardinal. HEX triplet: C2, 13 and 3C. RGB value is (194,19,60). Sum of RGB (Red+Green+Blue) = 194+19+60=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2133C is #3DECC3. Grayscale: #4C4C4C. Windows color (decimal): -4058308 or 3937218. OLE color: 3937218.
HSL color Cylindrical-coordinate representation of color #C2133C: hue angle of 345.94º 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 #C2133C is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 60 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.24 |
| HSL | 345.94º | 0.82% | 0.42% | - |
| HSV(B) | 345.94º | 0.9% | 0.76% | - |
| XYZ | 23.3 | 12.26 | 5.41 | - |
| YUV | 76 | 118.98 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 60 | 0 | 0.90 | 0.69 | 0.24 | 345.94 | 0.82 | 0.42 |
| Hex | C2 | 13 | 3C | 0 | 5A | 45 | 18 | 15A | 52 | 2A |
| Octal | 302 | 23 | 74 | 0 | 132 | 105 | 30 | 532 | 122 | 52 |
| Binary | 11000010 | 10011 | 111100 | 0 | 1011010 | 1000101 | 11000 | 101011010 | 1010010 | 101010 |
Color Harmonies of #C2133C
Complementary color
Monochromatic Colors of #C2133C
Black with #C2133C
Text Example
Text Example
White with #C2133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2133C; }
p { color: rgb(194,19,60); }
H1.HeaderClassName
{
color: #C2133C;
}
.AnyTagClassName
{
color: #C2133C;
}
</style>
background-color css
<style>
a { background-color: #C2133C; }
a { background-color: rgb(194,19,60); }
div.DivClassName
{
background-color: #C2133C;
}
.BgClassName
{
background-color: #C2133C;
}
</style>
border-color css
<style>
span { border-color: #C2133C; }
span { border-color: rgb(194,19,60); }
td.TdClassName
{
border-color: #C2133C;
}
.TagClassName
{
border-color: #C2133C;
}
</style>