Shades of Cardinal #C40F48
Tints of Cardinal #C40F48
RGB
CMYK
RGB Variations
Color information
#C40F48 (or 0xC40F48) is known color: Cardinal. HEX triplet: C4, 0F and 48. RGB value is (196,15,72). Sum of RGB (Red+Green+Blue) = 196+15+72=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40F48 is #3BF0B7. Grayscale: #4B4B4B. Windows color (decimal): -3928248 or 4722628. OLE color: 4722628.
HSL color Cylindrical-coordinate representation of color #C40F48: hue angle of 341.1º 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 #C40F48 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 72 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.23 |
| HSL | 341.11º | 0.86% | 0.41% | - |
| HSV(B) | 341.11º | 0.92% | 0.77% | - |
| XYZ | 24.11 | 12.55 | 7.28 | - |
| YUV | 75.62 | 125.97 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 72 | 0 | 0.92 | 0.63 | 0.23 | 341.11 | 0.86 | 0.41 |
| Hex | C4 | F | 48 | 0 | 5C | 3F | 17 | 155 | 56 | 29 |
| Octal | 304 | 17 | 110 | 0 | 134 | 77 | 27 | 525 | 126 | 51 |
| Binary | 11000100 | 1111 | 1001000 | 0 | 1011100 | 111111 | 10111 | 101010101 | 1010110 | 101001 |
Color Harmonies of #C40F48
Complementary color
Monochromatic Colors of #C40F48
Black with #C40F48
Text Example
Text Example
White with #C40F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F48; }
p { color: rgb(196,15,72); }
H1.HeaderClassName
{
color: #C40F48;
}
.AnyTagClassName
{
color: #C40F48;
}
</style>
background-color css
<style>
a { background-color: #C40F48; }
a { background-color: rgb(196,15,72); }
div.DivClassName
{
background-color: #C40F48;
}
.BgClassName
{
background-color: #C40F48;
}
</style>
border-color css
<style>
span { border-color: #C40F48; }
span { border-color: rgb(196,15,72); }
td.TdClassName
{
border-color: #C40F48;
}
.TagClassName
{
border-color: #C40F48;
}
</style>