Shades of Cardinal #C40F36
Tints of Cardinal #C40F36
RGB
CMYK
RGB Variations
Color information
#C40F36 (or 0xC40F36) is known color: Cardinal. HEX triplet: C4, 0F and 36. RGB value is (196,15,54). Sum of RGB (Red+Green+Blue) = 196+15+54=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40F36 is #3BF0C9. Grayscale: #494949. Windows color (decimal): -3928266 or 3542980. OLE color: 3542980.
HSL color Cylindrical-coordinate representation of color #C40F36: hue angle of 347.07º 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 #C40F36 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 54 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.23 |
| HSL | 347.07º | 0.86% | 0.41% | - |
| HSV(B) | 347.07º | 0.92% | 0.77% | - |
| XYZ | 23.6 | 12.34 | 4.63 | - |
| YUV | 73.57 | 116.97 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 54 | 0 | 0.92 | 0.72 | 0.23 | 347.07 | 0.86 | 0.41 |
| Hex | C4 | F | 36 | 0 | 5C | 48 | 17 | 15B | 56 | 29 |
| Octal | 304 | 17 | 66 | 0 | 134 | 110 | 27 | 533 | 126 | 51 |
| Binary | 11000100 | 1111 | 110110 | 0 | 1011100 | 1001000 | 10111 | 101011011 | 1010110 | 101001 |
Color Harmonies of #C40F36
Complementary color
Monochromatic Colors of #C40F36
Black with #C40F36
Text Example
Text Example
White with #C40F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F36; }
p { color: rgb(196,15,54); }
H1.HeaderClassName
{
color: #C40F36;
}
.AnyTagClassName
{
color: #C40F36;
}
</style>
background-color css
<style>
a { background-color: #C40F36; }
a { background-color: rgb(196,15,54); }
div.DivClassName
{
background-color: #C40F36;
}
.BgClassName
{
background-color: #C40F36;
}
</style>
border-color css
<style>
span { border-color: #C40F36; }
span { border-color: rgb(196,15,54); }
td.TdClassName
{
border-color: #C40F36;
}
.TagClassName
{
border-color: #C40F36;
}
</style>