Shades of Cardinal #C41F46
Tints of Cardinal #C41F46
RGB
CMYK
RGB Variations
Color information
#C41F46 (or 0xC41F46) is known color: Cardinal. HEX triplet: C4, 1F and 46. RGB value is (196,31,70). Sum of RGB (Red+Green+Blue) = 196+31+70=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41F46 is #3BE0B9. Grayscale: #545454. Windows color (decimal): -3924154 or 4595652. OLE color: 4595652.
HSL color Cylindrical-coordinate representation of color #C41F46: hue angle of 345.82º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C41F46 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 70 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.23 |
| HSL | 345.82º | 0.73% | 0.45% | - |
| HSV(B) | 345.82º | 0.84% | 0.77% | - |
| XYZ | 24.36 | 13.16 | 7.05 | - |
| YUV | 84.78 | 119.66 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 70 | 0 | 0.84 | 0.64 | 0.23 | 345.82 | 0.73 | 0.45 |
| Hex | C4 | 1F | 46 | 0 | 54 | 40 | 17 | 15A | 49 | 2D |
| Octal | 304 | 37 | 106 | 0 | 124 | 100 | 27 | 532 | 111 | 55 |
| Binary | 11000100 | 11111 | 1000110 | 0 | 1010100 | 1000000 | 10111 | 101011010 | 1001001 | 101101 |
Color Harmonies of #C41F46
Complementary color
Monochromatic Colors of #C41F46
Black with #C41F46
Text Example
Text Example
White with #C41F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41F46; }
p { color: rgb(196,31,70); }
H1.HeaderClassName
{
color: #C41F46;
}
.AnyTagClassName
{
color: #C41F46;
}
</style>
background-color css
<style>
a { background-color: #C41F46; }
a { background-color: rgb(196,31,70); }
div.DivClassName
{
background-color: #C41F46;
}
.BgClassName
{
background-color: #C41F46;
}
</style>
border-color css
<style>
span { border-color: #C41F46; }
span { border-color: rgb(196,31,70); }
td.TdClassName
{
border-color: #C41F46;
}
.TagClassName
{
border-color: #C41F46;
}
</style>