Shades of Cardinal #C41A3E
Tints of Cardinal #C41A3E
RGB
CMYK
RGB Variations
Color information
#C41A3E (or 0xC41A3E) is known color: Cardinal. HEX triplet: C4, 1A and 3E. RGB value is (196,26,62). Sum of RGB (Red+Green+Blue) = 196+26+62=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A3E is #3BE5C1. Grayscale: #505050. Windows color (decimal): -3925442 or 4070084. OLE color: 4070084.
HSL color Cylindrical-coordinate representation of color #C41A3E: hue angle of 347.29º 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 #C41A3E is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 62 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.23 |
| HSL | 347.29º | 0.77% | 0.44% | - |
| HSV(B) | 347.29º | 0.87% | 0.77% | - |
| XYZ | 24 | 12.82 | 5.77 | - |
| YUV | 80.93 | 117.32 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 62 | 0 | 0.87 | 0.68 | 0.23 | 347.29 | 0.77 | 0.44 |
| Hex | C4 | 1A | 3E | 0 | 57 | 44 | 17 | 15B | 4D | 2C |
| Octal | 304 | 32 | 76 | 0 | 127 | 104 | 27 | 533 | 115 | 54 |
| Binary | 11000100 | 11010 | 111110 | 0 | 1010111 | 1000100 | 10111 | 101011011 | 1001101 | 101100 |
Color Harmonies of #C41A3E
Complementary color
Monochromatic Colors of #C41A3E
Black with #C41A3E
Text Example
Text Example
White with #C41A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A3E; }
p { color: rgb(196,26,62); }
H1.HeaderClassName
{
color: #C41A3E;
}
.AnyTagClassName
{
color: #C41A3E;
}
</style>
background-color css
<style>
a { background-color: #C41A3E; }
a { background-color: rgb(196,26,62); }
div.DivClassName
{
background-color: #C41A3E;
}
.BgClassName
{
background-color: #C41A3E;
}
</style>
border-color css
<style>
span { border-color: #C41A3E; }
span { border-color: rgb(196,26,62); }
td.TdClassName
{
border-color: #C41A3E;
}
.TagClassName
{
border-color: #C41A3E;
}
</style>