Shades of Cardinal #C4212B
Tints of Cardinal #C4212B
RGB
CMYK
RGB Variations
Color information
#C4212B (or 0xC4212B) is known color: Cardinal. HEX triplet: C4, 21 and 2B. RGB value is (196,33,43). Sum of RGB (Red+Green+Blue) = 196+33+43=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C4212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4212B is #3BDED4. Grayscale: #535353. Windows color (decimal): -3923669 or 2826692. OLE color: 2826692.
HSL color Cylindrical-coordinate representation of color #C4212B: hue angle of 356.32º 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 #C4212B is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 43 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.23 |
| HSL | 356.32º | 0.71% | 0.45% | - |
| HSV(B) | 356.32º | 0.83% | 0.77% | - |
| XYZ | 23.74 | 13 | 3.54 | - |
| YUV | 82.88 | 105.5 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 43 | 0 | 0.83 | 0.78 | 0.23 | 356.32 | 0.71 | 0.45 |
| Hex | C4 | 21 | 2B | 0 | 53 | 4E | 17 | 164 | 47 | 2D |
| Octal | 304 | 41 | 53 | 0 | 123 | 116 | 27 | 544 | 107 | 55 |
| Binary | 11000100 | 100001 | 101011 | 0 | 1010011 | 1001110 | 10111 | 101100100 | 1000111 | 101101 |
Color Harmonies of #C4212B
Complementary color
Monochromatic Colors of #C4212B
Black with #C4212B
Text Example
Text Example
White with #C4212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4212B; }
p { color: rgb(196,33,43); }
H1.HeaderClassName
{
color: #C4212B;
}
.AnyTagClassName
{
color: #C4212B;
}
</style>
background-color css
<style>
a { background-color: #C4212B; }
a { background-color: rgb(196,33,43); }
div.DivClassName
{
background-color: #C4212B;
}
.BgClassName
{
background-color: #C4212B;
}
</style>
border-color css
<style>
span { border-color: #C4212B; }
span { border-color: rgb(196,33,43); }
td.TdClassName
{
border-color: #C4212B;
}
.TagClassName
{
border-color: #C4212B;
}
</style>