Shades of Cardinal #C4134F
Tints of Cardinal #C4134F
RGB
CMYK
RGB Variations
Color information
#C4134F (or 0xC4134F) is known color: Cardinal. HEX triplet: C4, 13 and 4F. RGB value is (196,19,79). Sum of RGB (Red+Green+Blue) = 196+19+79=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4134F is #3BECB0. Grayscale: #4E4E4E. Windows color (decimal): -3927217 or 5182404. OLE color: 5182404.
HSL color Cylindrical-coordinate representation of color #C4134F: hue angle of 339.66º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4134F is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 79 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.23 |
| HSL | 339.66º | 0.82% | 0.42% | - |
| HSV(B) | 339.66º | 0.9% | 0.77% | - |
| XYZ | 24.41 | 12.77 | 8.57 | - |
| YUV | 78.76 | 128.14 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 79 | 0 | 0.90 | 0.60 | 0.23 | 339.66 | 0.82 | 0.42 |
| Hex | C4 | 13 | 4F | 0 | 5A | 3C | 17 | 154 | 52 | 2A |
| Octal | 304 | 23 | 117 | 0 | 132 | 74 | 27 | 524 | 122 | 52 |
| Binary | 11000100 | 10011 | 1001111 | 0 | 1011010 | 111100 | 10111 | 101010100 | 1010010 | 101010 |
Color Harmonies of #C4134F
Complementary color
Monochromatic Colors of #C4134F
Black with #C4134F
Text Example
Text Example
White with #C4134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4134F; }
p { color: rgb(196,19,79); }
H1.HeaderClassName
{
color: #C4134F;
}
.AnyTagClassName
{
color: #C4134F;
}
</style>
background-color css
<style>
a { background-color: #C4134F; }
a { background-color: rgb(196,19,79); }
div.DivClassName
{
background-color: #C4134F;
}
.BgClassName
{
background-color: #C4134F;
}
</style>
border-color css
<style>
span { border-color: #C4134F; }
span { border-color: rgb(196,19,79); }
td.TdClassName
{
border-color: #C4134F;
}
.TagClassName
{
border-color: #C4134F;
}
</style>