Shades of Cardinal #C41930
Tints of Cardinal #C41930
RGB
CMYK
RGB Variations
Color information
#C41930 (or 0xC41930) is known color: Cardinal. HEX triplet: C4, 19 and 30. RGB value is (196,25,48). Sum of RGB (Red+Green+Blue) = 196+25+48=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C41930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41930 is #3BE6CF. Grayscale: #4E4E4E. Windows color (decimal): -3925712 or 3152324. OLE color: 3152324.
HSL color Cylindrical-coordinate representation of color #C41930: hue angle of 351.93º 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 #C41930 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 48 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.23 |
| HSL | 351.93º | 0.77% | 0.43% | - |
| HSV(B) | 351.93º | 0.87% | 0.77% | - |
| XYZ | 23.65 | 12.64 | 3.99 | - |
| YUV | 78.75 | 110.65 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 48 | 0 | 0.87 | 0.76 | 0.23 | 351.93 | 0.77 | 0.43 |
| Hex | C4 | 19 | 30 | 0 | 57 | 4C | 17 | 160 | 4D | 2B |
| Octal | 304 | 31 | 60 | 0 | 127 | 114 | 27 | 540 | 115 | 53 |
| Binary | 11000100 | 11001 | 110000 | 0 | 1010111 | 1001100 | 10111 | 101100000 | 1001101 | 101011 |
Color Harmonies of #C41930
Complementary color
Monochromatic Colors of #C41930
Black with #C41930
Text Example
Text Example
White with #C41930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41930; }
p { color: rgb(196,25,48); }
H1.HeaderClassName
{
color: #C41930;
}
.AnyTagClassName
{
color: #C41930;
}
</style>
background-color css
<style>
a { background-color: #C41930; }
a { background-color: rgb(196,25,48); }
div.DivClassName
{
background-color: #C41930;
}
.BgClassName
{
background-color: #C41930;
}
</style>
border-color css
<style>
span { border-color: #C41930; }
span { border-color: rgb(196,25,48); }
td.TdClassName
{
border-color: #C41930;
}
.TagClassName
{
border-color: #C41930;
}
</style>