Shades of Cardinal #C4192F
Tints of Cardinal #C4192F
RGB
CMYK
RGB Variations
Color information
#C4192F (or 0xC4192F) is known color: Cardinal. HEX triplet: C4, 19 and 2F. RGB value is (196,25,47). Sum of RGB (Red+Green+Blue) = 196+25+47=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C4192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4192F is #3BE6D0. Grayscale: #4E4E4E. Windows color (decimal): -3925713 or 3086788. OLE color: 3086788.
HSL color Cylindrical-coordinate representation of color #C4192F: hue angle of 352.28º 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 #C4192F is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 47 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.23 |
| HSL | 352.28º | 0.77% | 0.43% | - |
| HSV(B) | 352.28º | 0.87% | 0.77% | - |
| XYZ | 23.63 | 12.64 | 3.88 | - |
| YUV | 78.64 | 110.15 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 47 | 0 | 0.87 | 0.76 | 0.23 | 352.28 | 0.77 | 0.43 |
| Hex | C4 | 19 | 2F | 0 | 57 | 4C | 17 | 160 | 4D | 2B |
| Octal | 304 | 31 | 57 | 0 | 127 | 114 | 27 | 540 | 115 | 53 |
| Binary | 11000100 | 11001 | 101111 | 0 | 1010111 | 1001100 | 10111 | 101100000 | 1001101 | 101011 |
Color Harmonies of #C4192F
Complementary color
Monochromatic Colors of #C4192F
Black with #C4192F
Text Example
Text Example
White with #C4192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4192F; }
p { color: rgb(196,25,47); }
H1.HeaderClassName
{
color: #C4192F;
}
.AnyTagClassName
{
color: #C4192F;
}
</style>
background-color css
<style>
a { background-color: #C4192F; }
a { background-color: rgb(196,25,47); }
div.DivClassName
{
background-color: #C4192F;
}
.BgClassName
{
background-color: #C4192F;
}
</style>
border-color css
<style>
span { border-color: #C4192F; }
span { border-color: rgb(196,25,47); }
td.TdClassName
{
border-color: #C4192F;
}
.TagClassName
{
border-color: #C4192F;
}
</style>