Shades of Cardinal #C41D48
Tints of Cardinal #C41D48
RGB
CMYK
RGB Variations
Color information
#C41D48 (or 0xC41D48) is known color: Cardinal. HEX triplet: C4, 1D and 48. RGB value is (196,29,72). Sum of RGB (Red+Green+Blue) = 196+29+72=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41D48 is #3BE2B7. Grayscale: #535353. Windows color (decimal): -3924664 or 4726212. OLE color: 4726212.
HSL color Cylindrical-coordinate representation of color #C41D48: hue angle of 344.55º degrees, saturation: 0.74, 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 #C41D48 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 72 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.23 |
| HSL | 344.55º | 0.74% | 0.44% | - |
| HSV(B) | 344.55º | 0.85% | 0.77% | - |
| XYZ | 24.37 | 13.08 | 7.37 | - |
| YUV | 83.84 | 121.33 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 72 | 0 | 0.85 | 0.63 | 0.23 | 344.55 | 0.74 | 0.44 |
| Hex | C4 | 1D | 48 | 0 | 55 | 3F | 17 | 159 | 4A | 2C |
| Octal | 304 | 35 | 110 | 0 | 125 | 77 | 27 | 531 | 112 | 54 |
| Binary | 11000100 | 11101 | 1001000 | 0 | 1010101 | 111111 | 10111 | 101011001 | 1001010 | 101100 |
Color Harmonies of #C41D48
Complementary color
Monochromatic Colors of #C41D48
Black with #C41D48
Text Example
Text Example
White with #C41D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D48; }
p { color: rgb(196,29,72); }
H1.HeaderClassName
{
color: #C41D48;
}
.AnyTagClassName
{
color: #C41D48;
}
</style>
background-color css
<style>
a { background-color: #C41D48; }
a { background-color: rgb(196,29,72); }
div.DivClassName
{
background-color: #C41D48;
}
.BgClassName
{
background-color: #C41D48;
}
</style>
border-color css
<style>
span { border-color: #C41D48; }
span { border-color: rgb(196,29,72); }
td.TdClassName
{
border-color: #C41D48;
}
.TagClassName
{
border-color: #C41D48;
}
</style>