Shades of Cardinal #C41049
Tints of Cardinal #C41049
RGB
CMYK
RGB Variations
Color information
#C41049 (or 0xC41049) is known color: Cardinal. HEX triplet: C4, 10 and 49. RGB value is (196,16,73). Sum of RGB (Red+Green+Blue) = 196+16+73=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C41049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41049 is #3BEFB6. Grayscale: #4C4C4C. Windows color (decimal): -3927991 or 4788420. OLE color: 4788420.
HSL color Cylindrical-coordinate representation of color #C41049: hue angle of 341º 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 #C41049 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 73 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.23 |
| HSL | 341º | 0.85% | 0.42% | - |
| HSV(B) | 341º | 0.92% | 0.77% | - |
| XYZ | 24.15 | 12.59 | 7.46 | - |
| YUV | 76.32 | 126.13 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 73 | 0 | 0.92 | 0.63 | 0.23 | 341 | 0.85 | 0.42 |
| Hex | C4 | 10 | 49 | 0 | 5C | 3F | 17 | 155 | 55 | 2A |
| Octal | 304 | 20 | 111 | 0 | 134 | 77 | 27 | 525 | 125 | 52 |
| Binary | 11000100 | 10000 | 1001001 | 0 | 1011100 | 111111 | 10111 | 101010101 | 1010101 | 101010 |
Color Harmonies of #C41049
Complementary color
Monochromatic Colors of #C41049
Black with #C41049
Text Example
Text Example
White with #C41049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41049; }
p { color: rgb(196,16,73); }
H1.HeaderClassName
{
color: #C41049;
}
.AnyTagClassName
{
color: #C41049;
}
</style>
background-color css
<style>
a { background-color: #C41049; }
a { background-color: rgb(196,16,73); }
div.DivClassName
{
background-color: #C41049;
}
.BgClassName
{
background-color: #C41049;
}
</style>
border-color css
<style>
span { border-color: #C41049; }
span { border-color: rgb(196,16,73); }
td.TdClassName
{
border-color: #C41049;
}
.TagClassName
{
border-color: #C41049;
}
</style>