Shades of Cardinal #C41649
Tints of Cardinal #C41649
RGB
CMYK
RGB Variations
Color information
#C41649 (or 0xC41649) is known color: Cardinal. HEX triplet: C4, 16 and 49. RGB value is (196,22,73). Sum of RGB (Red+Green+Blue) = 196+22+73=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C41649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41649 is #3BE9B6. Grayscale: #4F4F4F. Windows color (decimal): -3926455 or 4789956. OLE color: 4789956.
HSL color Cylindrical-coordinate representation of color #C41649: hue angle of 342.41º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41649 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 73 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.23 |
| HSL | 342.41º | 0.8% | 0.43% | - |
| HSV(B) | 342.41º | 0.89% | 0.77% | - |
| XYZ | 24.25 | 12.79 | 7.49 | - |
| YUV | 79.84 | 124.15 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 73 | 0 | 0.89 | 0.63 | 0.23 | 342.41 | 0.8 | 0.43 |
| Hex | C4 | 16 | 49 | 0 | 59 | 3F | 17 | 156 | 50 | 2B |
| Octal | 304 | 26 | 111 | 0 | 131 | 77 | 27 | 526 | 120 | 53 |
| Binary | 11000100 | 10110 | 1001001 | 0 | 1011001 | 111111 | 10111 | 101010110 | 1010000 | 101011 |
Color Harmonies of #C41649
Complementary color
Monochromatic Colors of #C41649
Black with #C41649
Text Example
Text Example
White with #C41649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41649; }
p { color: rgb(196,22,73); }
H1.HeaderClassName
{
color: #C41649;
}
.AnyTagClassName
{
color: #C41649;
}
</style>
background-color css
<style>
a { background-color: #C41649; }
a { background-color: rgb(196,22,73); }
div.DivClassName
{
background-color: #C41649;
}
.BgClassName
{
background-color: #C41649;
}
</style>
border-color css
<style>
span { border-color: #C41649; }
span { border-color: rgb(196,22,73); }
td.TdClassName
{
border-color: #C41649;
}
.TagClassName
{
border-color: #C41649;
}
</style>