Shades of Cardinal #C41F2D
Tints of Cardinal #C41F2D
RGB
CMYK
RGB Variations
Color information
#C41F2D (or 0xC41F2D) is known color: Cardinal. HEX triplet: C4, 1F and 2D. RGB value is (196,31,45). Sum of RGB (Red+Green+Blue) = 196+31+45=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41F2D is #3BE0D2. Grayscale: #525252. Windows color (decimal): -3924179 or 2957252. OLE color: 2957252.
HSL color Cylindrical-coordinate representation of color #C41F2D: hue angle of 354.91º 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 #C41F2D is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 45 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.23 |
| HSL | 354.91º | 0.73% | 0.45% | - |
| HSV(B) | 354.91º | 0.84% | 0.77% | - |
| XYZ | 23.73 | 12.91 | 3.72 | - |
| YUV | 81.93 | 107.16 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 45 | 0 | 0.84 | 0.77 | 0.23 | 354.91 | 0.73 | 0.45 |
| Hex | C4 | 1F | 2D | 0 | 54 | 4D | 17 | 163 | 49 | 2D |
| Octal | 304 | 37 | 55 | 0 | 124 | 115 | 27 | 543 | 111 | 55 |
| Binary | 11000100 | 11111 | 101101 | 0 | 1010100 | 1001101 | 10111 | 101100011 | 1001001 | 101101 |
Color Harmonies of #C41F2D
Complementary color
Monochromatic Colors of #C41F2D
Black with #C41F2D
Text Example
Text Example
White with #C41F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41F2D; }
p { color: rgb(196,31,45); }
H1.HeaderClassName
{
color: #C41F2D;
}
.AnyTagClassName
{
color: #C41F2D;
}
</style>
background-color css
<style>
a { background-color: #C41F2D; }
a { background-color: rgb(196,31,45); }
div.DivClassName
{
background-color: #C41F2D;
}
.BgClassName
{
background-color: #C41F2D;
}
</style>
border-color css
<style>
span { border-color: #C41F2D; }
span { border-color: rgb(196,31,45); }
td.TdClassName
{
border-color: #C41F2D;
}
.TagClassName
{
border-color: #C41F2D;
}
</style>