Shades of Cardinal #C2173A
Tints of Cardinal #C2173A
RGB
CMYK
RGB Variations
Color information
#C2173A (or 0xC2173A) is known color: Cardinal. HEX triplet: C2, 17 and 3A. RGB value is (194,23,58). Sum of RGB (Red+Green+Blue) = 194+23+58=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C2173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2173A is #3DE8C5. Grayscale: #4E4E4E. Windows color (decimal): -4057286 or 3807170. OLE color: 3807170.
HSL color Cylindrical-coordinate representation of color #C2173A: hue angle of 347.72º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2173A is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 58 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.24 |
| HSL | 347.72º | 0.79% | 0.43% | - |
| HSV(B) | 347.72º | 0.88% | 0.76% | - |
| XYZ | 23.32 | 12.39 | 5.17 | - |
| YUV | 78.12 | 116.65 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 58 | 0 | 0.88 | 0.70 | 0.24 | 347.72 | 0.79 | 0.43 |
| Hex | C2 | 17 | 3A | 0 | 58 | 46 | 18 | 15C | 4F | 2B |
| Octal | 302 | 27 | 72 | 0 | 130 | 106 | 30 | 534 | 117 | 53 |
| Binary | 11000010 | 10111 | 111010 | 0 | 1011000 | 1000110 | 11000 | 101011100 | 1001111 | 101011 |
Color Harmonies of #C2173A
Complementary color
Monochromatic Colors of #C2173A
Black with #C2173A
Text Example
Text Example
White with #C2173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2173A; }
p { color: rgb(194,23,58); }
H1.HeaderClassName
{
color: #C2173A;
}
.AnyTagClassName
{
color: #C2173A;
}
</style>
background-color css
<style>
a { background-color: #C2173A; }
a { background-color: rgb(194,23,58); }
div.DivClassName
{
background-color: #C2173A;
}
.BgClassName
{
background-color: #C2173A;
}
</style>
border-color css
<style>
span { border-color: #C2173A; }
span { border-color: rgb(194,23,58); }
td.TdClassName
{
border-color: #C2173A;
}
.TagClassName
{
border-color: #C2173A;
}
</style>