Shades of Cardinal #C41340
Tints of Cardinal #C41340
RGB
CMYK
RGB Variations
Color information
#C41340 (or 0xC41340) is known color: Cardinal. HEX triplet: C4, 13 and 40. RGB value is (196,19,64). Sum of RGB (Red+Green+Blue) = 196+19+64=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C41340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41340 is #3BECBF. Grayscale: #4D4D4D. Windows color (decimal): -3927232 or 4199364. OLE color: 4199364.
HSL color Cylindrical-coordinate representation of color #C41340: hue angle of 344.75º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41340 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 64 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.23 |
| HSL | 344.75º | 0.82% | 0.42% | - |
| HSV(B) | 344.75º | 0.9% | 0.77% | - |
| XYZ | 23.92 | 12.57 | 6.02 | - |
| YUV | 77.05 | 120.64 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 64 | 0 | 0.90 | 0.67 | 0.23 | 344.75 | 0.82 | 0.42 |
| Hex | C4 | 13 | 40 | 0 | 5A | 43 | 17 | 159 | 52 | 2A |
| Octal | 304 | 23 | 100 | 0 | 132 | 103 | 27 | 531 | 122 | 52 |
| Binary | 11000100 | 10011 | 1000000 | 0 | 1011010 | 1000011 | 10111 | 101011001 | 1010010 | 101010 |
Color Harmonies of #C41340
Complementary color
Monochromatic Colors of #C41340
Black with #C41340
Text Example
Text Example
White with #C41340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41340; }
p { color: rgb(196,19,64); }
H1.HeaderClassName
{
color: #C41340;
}
.AnyTagClassName
{
color: #C41340;
}
</style>
background-color css
<style>
a { background-color: #C41340; }
a { background-color: rgb(196,19,64); }
div.DivClassName
{
background-color: #C41340;
}
.BgClassName
{
background-color: #C41340;
}
</style>
border-color css
<style>
span { border-color: #C41340; }
span { border-color: rgb(196,19,64); }
td.TdClassName
{
border-color: #C41340;
}
.TagClassName
{
border-color: #C41340;
}
</style>