Shades of Cardinal #C40F44
Tints of Cardinal #C40F44
RGB
CMYK
RGB Variations
Color information
#C40F44 (or 0xC40F44) is known color: Cardinal. HEX triplet: C4, 0F and 44. RGB value is (196,15,68). Sum of RGB (Red+Green+Blue) = 196+15+68=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40F44 is #3BF0BB. Grayscale: #4B4B4B. Windows color (decimal): -3928252 or 4460484. OLE color: 4460484.
HSL color Cylindrical-coordinate representation of color #C40F44: hue angle of 342.43º 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 #C40F44 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 68 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.23 |
| HSL | 342.43º | 0.86% | 0.41% | - |
| HSV(B) | 342.43º | 0.92% | 0.77% | - |
| XYZ | 23.98 | 12.49 | 6.62 | - |
| YUV | 75.16 | 123.97 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 68 | 0 | 0.92 | 0.65 | 0.23 | 342.43 | 0.86 | 0.41 |
| Hex | C4 | F | 44 | 0 | 5C | 41 | 17 | 156 | 56 | 29 |
| Octal | 304 | 17 | 104 | 0 | 134 | 101 | 27 | 526 | 126 | 51 |
| Binary | 11000100 | 1111 | 1000100 | 0 | 1011100 | 1000001 | 10111 | 101010110 | 1010110 | 101001 |
Color Harmonies of #C40F44
Complementary color
Monochromatic Colors of #C40F44
Black with #C40F44
Text Example
Text Example
White with #C40F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F44; }
p { color: rgb(196,15,68); }
H1.HeaderClassName
{
color: #C40F44;
}
.AnyTagClassName
{
color: #C40F44;
}
</style>
background-color css
<style>
a { background-color: #C40F44; }
a { background-color: rgb(196,15,68); }
div.DivClassName
{
background-color: #C40F44;
}
.BgClassName
{
background-color: #C40F44;
}
</style>
border-color css
<style>
span { border-color: #C40F44; }
span { border-color: rgb(196,15,68); }
td.TdClassName
{
border-color: #C40F44;
}
.TagClassName
{
border-color: #C40F44;
}
</style>