Shades of Cardinal #C4192D
Tints of Cardinal #C4192D
RGB
CMYK
RGB Variations
Color information
#C4192D (or 0xC4192D) is known color: Cardinal. HEX triplet: C4, 19 and 2D. RGB value is (196,25,45). Sum of RGB (Red+Green+Blue) = 196+25+45=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C4192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4192D is #3BE6D2. Grayscale: #4E4E4E. Windows color (decimal): -3925715 or 2955716. OLE color: 2955716.
HSL color Cylindrical-coordinate representation of color #C4192D: hue angle of 352.98º 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 #C4192D is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 45 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.23 |
| HSL | 352.98º | 0.77% | 0.43% | - |
| HSV(B) | 352.98º | 0.87% | 0.77% | - |
| XYZ | 23.59 | 12.62 | 3.68 | - |
| YUV | 78.41 | 109.15 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 45 | 0 | 0.87 | 0.77 | 0.23 | 352.98 | 0.77 | 0.43 |
| Hex | C4 | 19 | 2D | 0 | 57 | 4D | 17 | 161 | 4D | 2B |
| Octal | 304 | 31 | 55 | 0 | 127 | 115 | 27 | 541 | 115 | 53 |
| Binary | 11000100 | 11001 | 101101 | 0 | 1010111 | 1001101 | 10111 | 101100001 | 1001101 | 101011 |
Color Harmonies of #C4192D
Complementary color
Monochromatic Colors of #C4192D
Black with #C4192D
Text Example
Text Example
White with #C4192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4192D; }
p { color: rgb(196,25,45); }
H1.HeaderClassName
{
color: #C4192D;
}
.AnyTagClassName
{
color: #C4192D;
}
</style>
background-color css
<style>
a { background-color: #C4192D; }
a { background-color: rgb(196,25,45); }
div.DivClassName
{
background-color: #C4192D;
}
.BgClassName
{
background-color: #C4192D;
}
</style>
border-color css
<style>
span { border-color: #C4192D; }
span { border-color: rgb(196,25,45); }
td.TdClassName
{
border-color: #C4192D;
}
.TagClassName
{
border-color: #C4192D;
}
</style>