Shades of Cardinal #C41932
Tints of Cardinal #C41932
RGB
CMYK
RGB Variations
Color information
#C41932 (or 0xC41932) is known color: Cardinal. HEX triplet: C4, 19 and 32. RGB value is (196,25,50). Sum of RGB (Red+Green+Blue) = 196+25+50=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C41932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41932 is #3BE6CD. Grayscale: #4F4F4F. Windows color (decimal): -3925710 or 3283396. OLE color: 3283396.
HSL color Cylindrical-coordinate representation of color #C41932: hue angle of 351.23º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41932 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 50 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.23 |
| HSL | 351.23º | 0.77% | 0.43% | - |
| HSV(B) | 351.23º | 0.87% | 0.77% | - |
| XYZ | 23.69 | 12.66 | 4.21 | - |
| YUV | 78.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 50 | 0 | 0.87 | 0.74 | 0.23 | 351.23 | 0.77 | 0.43 |
| Hex | C4 | 19 | 32 | 0 | 57 | 4A | 17 | 15F | 4D | 2B |
| Octal | 304 | 31 | 62 | 0 | 127 | 112 | 27 | 537 | 115 | 53 |
| Binary | 11000100 | 11001 | 110010 | 0 | 1010111 | 1001010 | 10111 | 101011111 | 1001101 | 101011 |
Color Harmonies of #C41932
Complementary color
Monochromatic Colors of #C41932
Black with #C41932
Text Example
Text Example
White with #C41932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41932; }
p { color: rgb(196,25,50); }
H1.HeaderClassName
{
color: #C41932;
}
.AnyTagClassName
{
color: #C41932;
}
</style>
background-color css
<style>
a { background-color: #C41932; }
a { background-color: rgb(196,25,50); }
div.DivClassName
{
background-color: #C41932;
}
.BgClassName
{
background-color: #C41932;
}
</style>
border-color css
<style>
span { border-color: #C41932; }
span { border-color: rgb(196,25,50); }
td.TdClassName
{
border-color: #C41932;
}
.TagClassName
{
border-color: #C41932;
}
</style>