Shades of Cardinal #C41A35
Tints of Cardinal #C41A35
RGB
CMYK
RGB Variations
Color information
#C41A35 (or 0xC41A35) is known color: Cardinal. HEX triplet: C4, 1A and 35. RGB value is (196,26,53). Sum of RGB (Red+Green+Blue) = 196+26+53=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A35 is #3BE5CA. Grayscale: #4F4F4F. Windows color (decimal): -3925451 or 3480260. OLE color: 3480260.
HSL color Cylindrical-coordinate representation of color #C41A35: hue angle of 350.47º 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 #C41A35 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 53 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.23 |
| HSL | 350.47º | 0.77% | 0.44% | - |
| HSV(B) | 350.47º | 0.87% | 0.77% | - |
| XYZ | 23.78 | 12.73 | 4.57 | - |
| YUV | 79.91 | 112.82 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 53 | 0 | 0.87 | 0.73 | 0.23 | 350.47 | 0.77 | 0.44 |
| Hex | C4 | 1A | 35 | 0 | 57 | 49 | 17 | 15E | 4D | 2C |
| Octal | 304 | 32 | 65 | 0 | 127 | 111 | 27 | 536 | 115 | 54 |
| Binary | 11000100 | 11010 | 110101 | 0 | 1010111 | 1001001 | 10111 | 101011110 | 1001101 | 101100 |
Color Harmonies of #C41A35
Complementary color
Monochromatic Colors of #C41A35
Black with #C41A35
Text Example
Text Example
White with #C41A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A35; }
p { color: rgb(196,26,53); }
H1.HeaderClassName
{
color: #C41A35;
}
.AnyTagClassName
{
color: #C41A35;
}
</style>
background-color css
<style>
a { background-color: #C41A35; }
a { background-color: rgb(196,26,53); }
div.DivClassName
{
background-color: #C41A35;
}
.BgClassName
{
background-color: #C41A35;
}
</style>
border-color css
<style>
span { border-color: #C41A35; }
span { border-color: rgb(196,26,53); }
td.TdClassName
{
border-color: #C41A35;
}
.TagClassName
{
border-color: #C41A35;
}
</style>