Shades of Cardinal #C4103D
Tints of Cardinal #C4103D
RGB
CMYK
RGB Variations
Color information
#C4103D (or 0xC4103D) is known color: Cardinal. HEX triplet: C4, 10 and 3D. RGB value is (196,16,61). Sum of RGB (Red+Green+Blue) = 196+16+61=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C4103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4103D is #3BEFC2. Grayscale: #4A4A4A. Windows color (decimal): -3928003 or 4001988. OLE color: 4001988.
HSL color Cylindrical-coordinate representation of color #C4103D: hue angle of 345º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4103D is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 61 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.23 |
| HSL | 345º | 0.85% | 0.42% | - |
| HSV(B) | 345º | 0.92% | 0.77% | - |
| XYZ | 23.79 | 12.44 | 5.56 | - |
| YUV | 74.95 | 120.13 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 61 | 0 | 0.92 | 0.69 | 0.23 | 345 | 0.85 | 0.42 |
| Hex | C4 | 10 | 3D | 0 | 5C | 45 | 17 | 159 | 55 | 2A |
| Octal | 304 | 20 | 75 | 0 | 134 | 105 | 27 | 531 | 125 | 52 |
| Binary | 11000100 | 10000 | 111101 | 0 | 1011100 | 1000101 | 10111 | 101011001 | 1010101 | 101010 |
Color Harmonies of #C4103D
Complementary color
Monochromatic Colors of #C4103D
Black with #C4103D
Text Example
Text Example
White with #C4103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4103D; }
p { color: rgb(196,16,61); }
H1.HeaderClassName
{
color: #C4103D;
}
.AnyTagClassName
{
color: #C4103D;
}
</style>
background-color css
<style>
a { background-color: #C4103D; }
a { background-color: rgb(196,16,61); }
div.DivClassName
{
background-color: #C4103D;
}
.BgClassName
{
background-color: #C4103D;
}
</style>
border-color css
<style>
span { border-color: #C4103D; }
span { border-color: rgb(196,16,61); }
td.TdClassName
{
border-color: #C4103D;
}
.TagClassName
{
border-color: #C4103D;
}
</style>