Shades of Cardinal #C41849
Tints of Cardinal #C41849
RGB
CMYK
RGB Variations
Color information
#C41849 (or 0xC41849) is known color: Cardinal. HEX triplet: C4, 18 and 49. RGB value is (196,24,73). Sum of RGB (Red+Green+Blue) = 196+24+73=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C41849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41849 is #3BE7B6. Grayscale: #505050. Windows color (decimal): -3925943 or 4790468. OLE color: 4790468.
HSL color Cylindrical-coordinate representation of color #C41849: hue angle of 342.91º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41849 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 73 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.23 |
| HSL | 342.91º | 0.78% | 0.43% | - |
| HSV(B) | 342.91º | 0.88% | 0.77% | - |
| XYZ | 24.29 | 12.87 | 7.51 | - |
| YUV | 81.01 | 123.48 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 73 | 0 | 0.88 | 0.63 | 0.23 | 342.91 | 0.78 | 0.43 |
| Hex | C4 | 18 | 49 | 0 | 58 | 3F | 17 | 157 | 4E | 2B |
| Octal | 304 | 30 | 111 | 0 | 130 | 77 | 27 | 527 | 116 | 53 |
| Binary | 11000100 | 11000 | 1001001 | 0 | 1011000 | 111111 | 10111 | 101010111 | 1001110 | 101011 |
Color Harmonies of #C41849
Complementary color
Monochromatic Colors of #C41849
Black with #C41849
Text Example
Text Example
White with #C41849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41849; }
p { color: rgb(196,24,73); }
H1.HeaderClassName
{
color: #C41849;
}
.AnyTagClassName
{
color: #C41849;
}
</style>
background-color css
<style>
a { background-color: #C41849; }
a { background-color: rgb(196,24,73); }
div.DivClassName
{
background-color: #C41849;
}
.BgClassName
{
background-color: #C41849;
}
</style>
border-color css
<style>
span { border-color: #C41849; }
span { border-color: rgb(196,24,73); }
td.TdClassName
{
border-color: #C41849;
}
.TagClassName
{
border-color: #C41849;
}
</style>