Shades of Cardinal #C2174E
Tints of Cardinal #C2174E
RGB
CMYK
RGB Variations
Color information
#C2174E (or 0xC2174E) is known color: Cardinal. HEX triplet: C2, 17 and 4E. RGB value is (194,23,78). Sum of RGB (Red+Green+Blue) = 194+23+78=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C2174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2174E is #3DE8B1. Grayscale: #505050. Windows color (decimal): -4057266 or 5117890. OLE color: 5117890.
HSL color Cylindrical-coordinate representation of color #C2174E: hue angle of 340.7º 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 #C2174E is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 78 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.24 |
| HSL | 340.7º | 0.79% | 0.43% | - |
| HSV(B) | 340.7º | 0.88% | 0.76% | - |
| XYZ | 23.93 | 12.63 | 8.38 | - |
| YUV | 80.4 | 126.65 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 78 | 0 | 0.88 | 0.60 | 0.24 | 340.7 | 0.79 | 0.43 |
| Hex | C2 | 17 | 4E | 0 | 58 | 3C | 18 | 155 | 4F | 2B |
| Octal | 302 | 27 | 116 | 0 | 130 | 74 | 30 | 525 | 117 | 53 |
| Binary | 11000010 | 10111 | 1001110 | 0 | 1011000 | 111100 | 11000 | 101010101 | 1001111 | 101011 |
Color Harmonies of #C2174E
Complementary color
Monochromatic Colors of #C2174E
Black with #C2174E
Text Example
Text Example
White with #C2174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2174E; }
p { color: rgb(194,23,78); }
H1.HeaderClassName
{
color: #C2174E;
}
.AnyTagClassName
{
color: #C2174E;
}
</style>
background-color css
<style>
a { background-color: #C2174E; }
a { background-color: rgb(194,23,78); }
div.DivClassName
{
background-color: #C2174E;
}
.BgClassName
{
background-color: #C2174E;
}
</style>
border-color css
<style>
span { border-color: #C2174E; }
span { border-color: rgb(194,23,78); }
td.TdClassName
{
border-color: #C2174E;
}
.TagClassName
{
border-color: #C2174E;
}
</style>