Shades of Cardinal #C4194B
Tints of Cardinal #C4194B
RGB
CMYK
RGB Variations
Color information
#C4194B (or 0xC4194B) is known color: Cardinal. HEX triplet: C4, 19 and 4B. RGB value is (196,25,75). Sum of RGB (Red+Green+Blue) = 196+25+75=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C4194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4194B is #3BE6B4. Grayscale: #515151. Windows color (decimal): -3925685 or 4921796. OLE color: 4921796.
HSL color Cylindrical-coordinate representation of color #C4194B: hue angle of 342.46º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4194B is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 75 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.23 |
| HSL | 342.46º | 0.77% | 0.43% | - |
| HSV(B) | 342.46º | 0.87% | 0.77% | - |
| XYZ | 24.38 | 12.94 | 7.87 | - |
| YUV | 81.83 | 124.15 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 75 | 0 | 0.87 | 0.62 | 0.23 | 342.46 | 0.77 | 0.43 |
| Hex | C4 | 19 | 4B | 0 | 57 | 3E | 17 | 156 | 4D | 2B |
| Octal | 304 | 31 | 113 | 0 | 127 | 76 | 27 | 526 | 115 | 53 |
| Binary | 11000100 | 11001 | 1001011 | 0 | 1010111 | 111110 | 10111 | 101010110 | 1001101 | 101011 |
Color Harmonies of #C4194B
Complementary color
Monochromatic Colors of #C4194B
Black with #C4194B
Text Example
Text Example
White with #C4194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4194B; }
p { color: rgb(196,25,75); }
H1.HeaderClassName
{
color: #C4194B;
}
.AnyTagClassName
{
color: #C4194B;
}
</style>
background-color css
<style>
a { background-color: #C4194B; }
a { background-color: rgb(196,25,75); }
div.DivClassName
{
background-color: #C4194B;
}
.BgClassName
{
background-color: #C4194B;
}
</style>
border-color css
<style>
span { border-color: #C4194B; }
span { border-color: rgb(196,25,75); }
td.TdClassName
{
border-color: #C4194B;
}
.TagClassName
{
border-color: #C4194B;
}
</style>