Shades of Cardinal #C4193B
Tints of Cardinal #C4193B
RGB
CMYK
RGB Variations
Color information
#C4193B (or 0xC4193B) is known color: Cardinal. HEX triplet: C4, 19 and 3B. RGB value is (196,25,59). Sum of RGB (Red+Green+Blue) = 196+25+59=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C4193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4193B is #3BE6C4. Grayscale: #505050. Windows color (decimal): -3925701 or 3873220. OLE color: 3873220.
HSL color Cylindrical-coordinate representation of color #C4193B: hue angle of 348.07º 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 #C4193B is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 59 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.23 |
| HSL | 348.07º | 0.77% | 0.43% | - |
| HSV(B) | 348.07º | 0.87% | 0.77% | - |
| XYZ | 23.9 | 12.75 | 5.34 | - |
| YUV | 80.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 59 | 0 | 0.87 | 0.70 | 0.23 | 348.07 | 0.77 | 0.43 |
| Hex | C4 | 19 | 3B | 0 | 57 | 46 | 17 | 15C | 4D | 2B |
| Octal | 304 | 31 | 73 | 0 | 127 | 106 | 27 | 534 | 115 | 53 |
| Binary | 11000100 | 11001 | 111011 | 0 | 1010111 | 1000110 | 10111 | 101011100 | 1001101 | 101011 |
Color Harmonies of #C4193B
Complementary color
Monochromatic Colors of #C4193B
Black with #C4193B
Text Example
Text Example
White with #C4193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4193B; }
p { color: rgb(196,25,59); }
H1.HeaderClassName
{
color: #C4193B;
}
.AnyTagClassName
{
color: #C4193B;
}
</style>
background-color css
<style>
a { background-color: #C4193B; }
a { background-color: rgb(196,25,59); }
div.DivClassName
{
background-color: #C4193B;
}
.BgClassName
{
background-color: #C4193B;
}
</style>
border-color css
<style>
span { border-color: #C4193B; }
span { border-color: rgb(196,25,59); }
td.TdClassName
{
border-color: #C4193B;
}
.TagClassName
{
border-color: #C4193B;
}
</style>