Shades of Cardinal #C4212C
Tints of Cardinal #C4212C
RGB
CMYK
RGB Variations
Color information
#C4212C (or 0xC4212C) is known color: Cardinal. HEX triplet: C4, 21 and 2C. RGB value is (196,33,44). Sum of RGB (Red+Green+Blue) = 196+33+44=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C4212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4212C is #3BDED3. Grayscale: #535353. Windows color (decimal): -3923668 or 2892228. OLE color: 2892228.
HSL color Cylindrical-coordinate representation of color #C4212C: hue angle of 355.95º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4212C is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 44 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.23 |
| HSL | 355.95º | 0.71% | 0.45% | - |
| HSV(B) | 355.95º | 0.83% | 0.77% | - |
| XYZ | 23.76 | 13.01 | 3.64 | - |
| YUV | 82.99 | 106 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 44 | 0 | 0.83 | 0.78 | 0.23 | 355.95 | 0.71 | 0.45 |
| Hex | C4 | 21 | 2C | 0 | 53 | 4E | 17 | 164 | 47 | 2D |
| Octal | 304 | 41 | 54 | 0 | 123 | 116 | 27 | 544 | 107 | 55 |
| Binary | 11000100 | 100001 | 101100 | 0 | 1010011 | 1001110 | 10111 | 101100100 | 1000111 | 101101 |
Color Harmonies of #C4212C
Complementary color
Monochromatic Colors of #C4212C
Black with #C4212C
Text Example
Text Example
White with #C4212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4212C; }
p { color: rgb(196,33,44); }
H1.HeaderClassName
{
color: #C4212C;
}
.AnyTagClassName
{
color: #C4212C;
}
</style>
background-color css
<style>
a { background-color: #C4212C; }
a { background-color: rgb(196,33,44); }
div.DivClassName
{
background-color: #C4212C;
}
.BgClassName
{
background-color: #C4212C;
}
</style>
border-color css
<style>
span { border-color: #C4212C; }
span { border-color: rgb(196,33,44); }
td.TdClassName
{
border-color: #C4212C;
}
.TagClassName
{
border-color: #C4212C;
}
</style>