Shades of Cardinal #C40F42
Tints of Cardinal #C40F42
RGB
CMYK
RGB Variations
Color information
#C40F42 (or 0xC40F42) is known color: Cardinal. HEX triplet: C4, 0F and 42. RGB value is (196,15,66). Sum of RGB (Red+Green+Blue) = 196+15+66=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40F42 is #3BF0BD. Grayscale: #4A4A4A. Windows color (decimal): -3928254 or 4329412. OLE color: 4329412.
HSL color Cylindrical-coordinate representation of color #C40F42: hue angle of 343.09º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C40F42 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 66 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.23 |
| HSL | 343.09º | 0.86% | 0.41% | - |
| HSV(B) | 343.09º | 0.92% | 0.77% | - |
| XYZ | 23.92 | 12.47 | 6.3 | - |
| YUV | 74.93 | 122.97 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 66 | 0 | 0.92 | 0.66 | 0.23 | 343.09 | 0.86 | 0.41 |
| Hex | C4 | F | 42 | 0 | 5C | 42 | 17 | 157 | 56 | 29 |
| Octal | 304 | 17 | 102 | 0 | 134 | 102 | 27 | 527 | 126 | 51 |
| Binary | 11000100 | 1111 | 1000010 | 0 | 1011100 | 1000010 | 10111 | 101010111 | 1010110 | 101001 |
Color Harmonies of #C40F42
Complementary color
Monochromatic Colors of #C40F42
Black with #C40F42
Text Example
Text Example
White with #C40F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F42; }
p { color: rgb(196,15,66); }
H1.HeaderClassName
{
color: #C40F42;
}
.AnyTagClassName
{
color: #C40F42;
}
</style>
background-color css
<style>
a { background-color: #C40F42; }
a { background-color: rgb(196,15,66); }
div.DivClassName
{
background-color: #C40F42;
}
.BgClassName
{
background-color: #C40F42;
}
</style>
border-color css
<style>
span { border-color: #C40F42; }
span { border-color: rgb(196,15,66); }
td.TdClassName
{
border-color: #C40F42;
}
.TagClassName
{
border-color: #C40F42;
}
</style>