Shades of Cardinal #C41242
Tints of Cardinal #C41242
RGB
CMYK
RGB Variations
Color information
#C41242 (or 0xC41242) is known color: Cardinal. HEX triplet: C4, 12 and 42. RGB value is (196,18,66). Sum of RGB (Red+Green+Blue) = 196+18+66=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C41242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41242 is #3BEDBD. Grayscale: #4C4C4C. Windows color (decimal): -3927486 or 4330180. OLE color: 4330180.
HSL color Cylindrical-coordinate representation of color #C41242: hue angle of 343.82º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41242 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 66 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.23 |
| HSL | 343.82º | 0.83% | 0.42% | - |
| HSV(B) | 343.82º | 0.91% | 0.77% | - |
| XYZ | 23.96 | 12.56 | 6.32 | - |
| YUV | 76.69 | 121.97 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 66 | 0 | 0.91 | 0.66 | 0.23 | 343.82 | 0.83 | 0.42 |
| Hex | C4 | 12 | 42 | 0 | 5B | 42 | 17 | 158 | 53 | 2A |
| Octal | 304 | 22 | 102 | 0 | 133 | 102 | 27 | 530 | 123 | 52 |
| Binary | 11000100 | 10010 | 1000010 | 0 | 1011011 | 1000010 | 10111 | 101011000 | 1010011 | 101010 |
Color Harmonies of #C41242
Complementary color
Monochromatic Colors of #C41242
Black with #C41242
Text Example
Text Example
White with #C41242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41242; }
p { color: rgb(196,18,66); }
H1.HeaderClassName
{
color: #C41242;
}
.AnyTagClassName
{
color: #C41242;
}
</style>
background-color css
<style>
a { background-color: #C41242; }
a { background-color: rgb(196,18,66); }
div.DivClassName
{
background-color: #C41242;
}
.BgClassName
{
background-color: #C41242;
}
</style>
border-color css
<style>
span { border-color: #C41242; }
span { border-color: rgb(196,18,66); }
td.TdClassName
{
border-color: #C41242;
}
.TagClassName
{
border-color: #C41242;
}
</style>