Shades of Cardinal #C41A3B
Tints of Cardinal #C41A3B
RGB
CMYK
RGB Variations
Color information
#C41A3B (or 0xC41A3B) is known color: Cardinal. HEX triplet: C4, 1A and 3B. RGB value is (196,26,59). Sum of RGB (Red+Green+Blue) = 196+26+59=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A3B is #3BE5C4. Grayscale: #505050. Windows color (decimal): -3925445 or 3873476. OLE color: 3873476.
HSL color Cylindrical-coordinate representation of color #C41A3B: hue angle of 348.35º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A3B is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 59 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.23 |
| HSL | 348.35º | 0.77% | 0.44% | - |
| HSV(B) | 348.35º | 0.87% | 0.77% | - |
| XYZ | 23.92 | 12.79 | 5.35 | - |
| YUV | 80.59 | 115.82 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 59 | 0 | 0.87 | 0.70 | 0.23 | 348.35 | 0.77 | 0.44 |
| Hex | C4 | 1A | 3B | 0 | 57 | 46 | 17 | 15C | 4D | 2C |
| Octal | 304 | 32 | 73 | 0 | 127 | 106 | 27 | 534 | 115 | 54 |
| Binary | 11000100 | 11010 | 111011 | 0 | 1010111 | 1000110 | 10111 | 101011100 | 1001101 | 101100 |
Color Harmonies of #C41A3B
Complementary color
Monochromatic Colors of #C41A3B
Black with #C41A3B
Text Example
Text Example
White with #C41A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A3B; }
p { color: rgb(196,26,59); }
H1.HeaderClassName
{
color: #C41A3B;
}
.AnyTagClassName
{
color: #C41A3B;
}
</style>
background-color css
<style>
a { background-color: #C41A3B; }
a { background-color: rgb(196,26,59); }
div.DivClassName
{
background-color: #C41A3B;
}
.BgClassName
{
background-color: #C41A3B;
}
</style>
border-color css
<style>
span { border-color: #C41A3B; }
span { border-color: rgb(196,26,59); }
td.TdClassName
{
border-color: #C41A3B;
}
.TagClassName
{
border-color: #C41A3B;
}
</style>