Shades of Cardinal #C41E3B
Tints of Cardinal #C41E3B
RGB
CMYK
RGB Variations
Color information
#C41E3B (or 0xC41E3B) is known color: Cardinal. HEX triplet: C4, 1E and 3B. RGB value is (196,30,59). Sum of RGB (Red+Green+Blue) = 196+30+59=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E3B is #3BE1C4. Grayscale: #525252. Windows color (decimal): -3924421 or 3874500. OLE color: 3874500.
HSL color Cylindrical-coordinate representation of color #C41E3B: hue angle of 349.52º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41E3B is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 59 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.23 |
| HSL | 349.52º | 0.73% | 0.44% | - |
| HSV(B) | 349.52º | 0.85% | 0.77% | - |
| XYZ | 24.02 | 12.98 | 5.38 | - |
| YUV | 82.94 | 114.5 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 59 | 0 | 0.85 | 0.70 | 0.23 | 349.52 | 0.73 | 0.44 |
| Hex | C4 | 1E | 3B | 0 | 55 | 46 | 17 | 15E | 49 | 2C |
| Octal | 304 | 36 | 73 | 0 | 125 | 106 | 27 | 536 | 111 | 54 |
| Binary | 11000100 | 11110 | 111011 | 0 | 1010101 | 1000110 | 10111 | 101011110 | 1001001 | 101100 |
Color Harmonies of #C41E3B
Complementary color
Monochromatic Colors of #C41E3B
Black with #C41E3B
Text Example
Text Example
White with #C41E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E3B; }
p { color: rgb(196,30,59); }
H1.HeaderClassName
{
color: #C41E3B;
}
.AnyTagClassName
{
color: #C41E3B;
}
</style>
background-color css
<style>
a { background-color: #C41E3B; }
a { background-color: rgb(196,30,59); }
div.DivClassName
{
background-color: #C41E3B;
}
.BgClassName
{
background-color: #C41E3B;
}
</style>
border-color css
<style>
span { border-color: #C41E3B; }
span { border-color: rgb(196,30,59); }
td.TdClassName
{
border-color: #C41E3B;
}
.TagClassName
{
border-color: #C41E3B;
}
</style>