Shades of Cardinal #C40F33
Tints of Cardinal #C40F33
RGB
CMYK
RGB Variations
Color information
#C40F33 (or 0xC40F33) is known color: Cardinal. HEX triplet: C4, 0F and 33. RGB value is (196,15,51). Sum of RGB (Red+Green+Blue) = 196+15+51=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40F33 is #3BF0CC. Grayscale: #494949. Windows color (decimal): -3928269 or 3346372. OLE color: 3346372.
HSL color Cylindrical-coordinate representation of color #C40F33: hue angle of 348.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 #C40F33 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 51 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.23 |
| HSL | 348.07º | 0.86% | 0.41% | - |
| HSV(B) | 348.07º | 0.92% | 0.77% | - |
| XYZ | 23.53 | 12.32 | 4.27 | - |
| YUV | 73.22 | 115.47 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 51 | 0 | 0.92 | 0.74 | 0.23 | 348.07 | 0.86 | 0.41 |
| Hex | C4 | F | 33 | 0 | 5C | 4A | 17 | 15C | 56 | 29 |
| Octal | 304 | 17 | 63 | 0 | 134 | 112 | 27 | 534 | 126 | 51 |
| Binary | 11000100 | 1111 | 110011 | 0 | 1011100 | 1001010 | 10111 | 101011100 | 1010110 | 101001 |
Color Harmonies of #C40F33
Complementary color
Monochromatic Colors of #C40F33
Black with #C40F33
Text Example
Text Example
White with #C40F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F33; }
p { color: rgb(196,15,51); }
H1.HeaderClassName
{
color: #C40F33;
}
.AnyTagClassName
{
color: #C40F33;
}
</style>
background-color css
<style>
a { background-color: #C40F33; }
a { background-color: rgb(196,15,51); }
div.DivClassName
{
background-color: #C40F33;
}
.BgClassName
{
background-color: #C40F33;
}
</style>
border-color css
<style>
span { border-color: #C40F33; }
span { border-color: rgb(196,15,51); }
td.TdClassName
{
border-color: #C40F33;
}
.TagClassName
{
border-color: #C40F33;
}
</style>