Shades of Cardinal #C2174C
Tints of Cardinal #C2174C
RGB
CMYK
RGB Variations
Color information
#C2174C (or 0xC2174C) is known color: Cardinal. HEX triplet: C2, 17 and 4C. RGB value is (194,23,76). Sum of RGB (Red+Green+Blue) = 194+23+76=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2174C is #3DE8B3. Grayscale: #505050. Windows color (decimal): -4057268 or 4986818. OLE color: 4986818.
HSL color Cylindrical-coordinate representation of color #C2174C: hue angle of 341.4º 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 #C2174C is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 76 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.24 |
| HSL | 341.4º | 0.79% | 0.43% | - |
| HSV(B) | 341.4º | 0.88% | 0.76% | - |
| XYZ | 23.86 | 12.6 | 8.01 | - |
| YUV | 80.17 | 125.65 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 76 | 0 | 0.88 | 0.61 | 0.24 | 341.4 | 0.79 | 0.43 |
| Hex | C2 | 17 | 4C | 0 | 58 | 3D | 18 | 155 | 4F | 2B |
| Octal | 302 | 27 | 114 | 0 | 130 | 75 | 30 | 525 | 117 | 53 |
| Binary | 11000010 | 10111 | 1001100 | 0 | 1011000 | 111101 | 11000 | 101010101 | 1001111 | 101011 |
Color Harmonies of #C2174C
Complementary color
Monochromatic Colors of #C2174C
Black with #C2174C
Text Example
Text Example
White with #C2174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2174C; }
p { color: rgb(194,23,76); }
H1.HeaderClassName
{
color: #C2174C;
}
.AnyTagClassName
{
color: #C2174C;
}
</style>
background-color css
<style>
a { background-color: #C2174C; }
a { background-color: rgb(194,23,76); }
div.DivClassName
{
background-color: #C2174C;
}
.BgClassName
{
background-color: #C2174C;
}
</style>
border-color css
<style>
span { border-color: #C2174C; }
span { border-color: rgb(194,23,76); }
td.TdClassName
{
border-color: #C2174C;
}
.TagClassName
{
border-color: #C2174C;
}
</style>