Shades of Cardinal #C41F31
Tints of Cardinal #C41F31
RGB
CMYK
RGB Variations
Color information
#C41F31 (or 0xC41F31) is known color: Cardinal. HEX triplet: C4, 1F and 31. RGB value is (196,31,49). Sum of RGB (Red+Green+Blue) = 196+31+49=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41F31 is #3BE0CE. Grayscale: #525252. Windows color (decimal): -3924175 or 3219396. OLE color: 3219396.
HSL color Cylindrical-coordinate representation of color #C41F31: hue angle of 353.45º 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 #C41F31 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 49 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.23 |
| HSL | 353.45º | 0.73% | 0.45% | - |
| HSV(B) | 353.45º | 0.84% | 0.77% | - |
| XYZ | 23.81 | 12.94 | 4.15 | - |
| YUV | 82.39 | 109.16 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 49 | 0 | 0.84 | 0.75 | 0.23 | 353.45 | 0.73 | 0.45 |
| Hex | C4 | 1F | 31 | 0 | 54 | 4B | 17 | 161 | 49 | 2D |
| Octal | 304 | 37 | 61 | 0 | 124 | 113 | 27 | 541 | 111 | 55 |
| Binary | 11000100 | 11111 | 110001 | 0 | 1010100 | 1001011 | 10111 | 101100001 | 1001001 | 101101 |
Color Harmonies of #C41F31
Complementary color
Monochromatic Colors of #C41F31
Black with #C41F31
Text Example
Text Example
White with #C41F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41F31; }
p { color: rgb(196,31,49); }
H1.HeaderClassName
{
color: #C41F31;
}
.AnyTagClassName
{
color: #C41F31;
}
</style>
background-color css
<style>
a { background-color: #C41F31; }
a { background-color: rgb(196,31,49); }
div.DivClassName
{
background-color: #C41F31;
}
.BgClassName
{
background-color: #C41F31;
}
</style>
border-color css
<style>
span { border-color: #C41F31; }
span { border-color: rgb(196,31,49); }
td.TdClassName
{
border-color: #C41F31;
}
.TagClassName
{
border-color: #C41F31;
}
</style>