Shades of Cardinal #C41A39
Tints of Cardinal #C41A39
RGB
CMYK
RGB Variations
Color information
#C41A39 (or 0xC41A39) is known color: Cardinal. HEX triplet: C4, 1A and 39. RGB value is (196,26,57). Sum of RGB (Red+Green+Blue) = 196+26+57=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A39 is #3BE5C6. Grayscale: #505050. Windows color (decimal): -3925447 or 3742404. OLE color: 3742404.
HSL color Cylindrical-coordinate representation of color #C41A39: hue angle of 349.06º 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 #C41A39 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 57 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.23 |
| HSL | 349.06º | 0.77% | 0.44% | - |
| HSV(B) | 349.06º | 0.87% | 0.77% | - |
| XYZ | 23.87 | 12.77 | 5.08 | - |
| YUV | 80.36 | 114.82 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 57 | 0 | 0.87 | 0.71 | 0.23 | 349.06 | 0.77 | 0.44 |
| Hex | C4 | 1A | 39 | 0 | 57 | 47 | 17 | 15D | 4D | 2C |
| Octal | 304 | 32 | 71 | 0 | 127 | 107 | 27 | 535 | 115 | 54 |
| Binary | 11000100 | 11010 | 111001 | 0 | 1010111 | 1000111 | 10111 | 101011101 | 1001101 | 101100 |
Color Harmonies of #C41A39
Complementary color
Monochromatic Colors of #C41A39
Black with #C41A39
Text Example
Text Example
White with #C41A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A39; }
p { color: rgb(196,26,57); }
H1.HeaderClassName
{
color: #C41A39;
}
.AnyTagClassName
{
color: #C41A39;
}
</style>
background-color css
<style>
a { background-color: #C41A39; }
a { background-color: rgb(196,26,57); }
div.DivClassName
{
background-color: #C41A39;
}
.BgClassName
{
background-color: #C41A39;
}
</style>
border-color css
<style>
span { border-color: #C41A39; }
span { border-color: rgb(196,26,57); }
td.TdClassName
{
border-color: #C41A39;
}
.TagClassName
{
border-color: #C41A39;
}
</style>