Shades of Cardinal #C4122F
Tints of Cardinal #C4122F
RGB
CMYK
RGB Variations
Color information
#C4122F (or 0xC4122F) is known color: Cardinal. HEX triplet: C4, 12 and 2F. RGB value is (196,18,47). Sum of RGB (Red+Green+Blue) = 196+18+47=261 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.10% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 196 - color contains mainly: red. Hex color #C4122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4122F is #3BEDD0. Grayscale: #4A4A4A. Windows color (decimal): -3927505 or 3084996. OLE color: 3084996.
HSL color Cylindrical-coordinate representation of color #C4122F: hue angle of 350.22º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4122F is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 47 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.23 |
| HSL | 350.22º | 0.83% | 0.42% | - |
| HSV(B) | 350.22º | 0.91% | 0.77% | - |
| XYZ | 23.49 | 12.37 | 3.84 | - |
| YUV | 74.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 47 | 0 | 0.91 | 0.76 | 0.23 | 350.22 | 0.83 | 0.42 |
| Hex | C4 | 12 | 2F | 0 | 5B | 4C | 17 | 15E | 53 | 2A |
| Octal | 304 | 22 | 57 | 0 | 133 | 114 | 27 | 536 | 123 | 52 |
| Binary | 11000100 | 10010 | 101111 | 0 | 1011011 | 1001100 | 10111 | 101011110 | 1010011 | 101010 |
Color Harmonies of #C4122F
Complementary color
Monochromatic Colors of #C4122F
Black with #C4122F
Text Example
Text Example
White with #C4122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4122F; }
p { color: rgb(196,18,47); }
H1.HeaderClassName
{
color: #C4122F;
}
.AnyTagClassName
{
color: #C4122F;
}
</style>
background-color css
<style>
a { background-color: #C4122F; }
a { background-color: rgb(196,18,47); }
div.DivClassName
{
background-color: #C4122F;
}
.BgClassName
{
background-color: #C4122F;
}
</style>
border-color css
<style>
span { border-color: #C4122F; }
span { border-color: rgb(196,18,47); }
td.TdClassName
{
border-color: #C4122F;
}
.TagClassName
{
border-color: #C4122F;
}
</style>