Shades of Cardinal #C41E35
Tints of Cardinal #C41E35
RGB
CMYK
RGB Variations
Color information
#C41E35 (or 0xC41E35) is known color: Cardinal. HEX triplet: C4, 1E and 35. RGB value is (196,30,53). Sum of RGB (Red+Green+Blue) = 196+30+53=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E35 is #3BE1CA. Grayscale: #525252. Windows color (decimal): -3924427 or 3481284. OLE color: 3481284.
HSL color Cylindrical-coordinate representation of color #C41E35: hue angle of 351.69º 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 #C41E35 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 53 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.23 |
| HSL | 351.69º | 0.73% | 0.44% | - |
| HSV(B) | 351.69º | 0.85% | 0.77% | - |
| XYZ | 23.87 | 12.92 | 4.6 | - |
| YUV | 82.26 | 111.5 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 53 | 0 | 0.85 | 0.73 | 0.23 | 351.69 | 0.73 | 0.44 |
| Hex | C4 | 1E | 35 | 0 | 55 | 49 | 17 | 160 | 49 | 2C |
| Octal | 304 | 36 | 65 | 0 | 125 | 111 | 27 | 540 | 111 | 54 |
| Binary | 11000100 | 11110 | 110101 | 0 | 1010101 | 1001001 | 10111 | 101100000 | 1001001 | 101100 |
Color Harmonies of #C41E35
Complementary color
Monochromatic Colors of #C41E35
Black with #C41E35
Text Example
Text Example
White with #C41E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E35; }
p { color: rgb(196,30,53); }
H1.HeaderClassName
{
color: #C41E35;
}
.AnyTagClassName
{
color: #C41E35;
}
</style>
background-color css
<style>
a { background-color: #C41E35; }
a { background-color: rgb(196,30,53); }
div.DivClassName
{
background-color: #C41E35;
}
.BgClassName
{
background-color: #C41E35;
}
</style>
border-color css
<style>
span { border-color: #C41E35; }
span { border-color: rgb(196,30,53); }
td.TdClassName
{
border-color: #C41E35;
}
.TagClassName
{
border-color: #C41E35;
}
</style>