Shades of Cardinal #C41A3D
Tints of Cardinal #C41A3D
RGB
CMYK
RGB Variations
Color information
#C41A3D (or 0xC41A3D) is known color: Cardinal. HEX triplet: C4, 1A and 3D. RGB value is (196,26,61). Sum of RGB (Red+Green+Blue) = 196+26+61=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A3D is #3BE5C2. Grayscale: #505050. Windows color (decimal): -3925443 or 4004548. OLE color: 4004548.
HSL color Cylindrical-coordinate representation of color #C41A3D: hue angle of 347.65º 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 #C41A3D is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 61 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.23 |
| HSL | 347.65º | 0.77% | 0.44% | - |
| HSV(B) | 347.65º | 0.87% | 0.77% | - |
| XYZ | 23.98 | 12.81 | 5.62 | - |
| YUV | 80.82 | 116.82 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 61 | 0 | 0.87 | 0.69 | 0.23 | 347.65 | 0.77 | 0.44 |
| Hex | C4 | 1A | 3D | 0 | 57 | 45 | 17 | 15C | 4D | 2C |
| Octal | 304 | 32 | 75 | 0 | 127 | 105 | 27 | 534 | 115 | 54 |
| Binary | 11000100 | 11010 | 111101 | 0 | 1010111 | 1000101 | 10111 | 101011100 | 1001101 | 101100 |
Color Harmonies of #C41A3D
Complementary color
Monochromatic Colors of #C41A3D
Black with #C41A3D
Text Example
Text Example
White with #C41A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A3D; }
p { color: rgb(196,26,61); }
H1.HeaderClassName
{
color: #C41A3D;
}
.AnyTagClassName
{
color: #C41A3D;
}
</style>
background-color css
<style>
a { background-color: #C41A3D; }
a { background-color: rgb(196,26,61); }
div.DivClassName
{
background-color: #C41A3D;
}
.BgClassName
{
background-color: #C41A3D;
}
</style>
border-color css
<style>
span { border-color: #C41A3D; }
span { border-color: rgb(196,26,61); }
td.TdClassName
{
border-color: #C41A3D;
}
.TagClassName
{
border-color: #C41A3D;
}
</style>