Shades of Cardinal #C4212F
Tints of Cardinal #C4212F
RGB
CMYK
RGB Variations
Color information
#C4212F (or 0xC4212F) is known color: Cardinal. HEX triplet: C4, 21 and 2F. RGB value is (196,33,47). Sum of RGB (Red+Green+Blue) = 196+33+47=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4212F is #3BDED0. Grayscale: #535353. Windows color (decimal): -3923665 or 3088836. OLE color: 3088836.
HSL color Cylindrical-coordinate representation of color #C4212F: hue angle of 354.85º 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 #C4212F is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 47 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.23 |
| HSL | 354.85º | 0.71% | 0.45% | - |
| HSV(B) | 354.85º | 0.83% | 0.77% | - |
| XYZ | 23.82 | 13.03 | 3.95 | - |
| YUV | 83.33 | 107.5 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 47 | 0 | 0.83 | 0.76 | 0.23 | 354.85 | 0.71 | 0.45 |
| Hex | C4 | 21 | 2F | 0 | 53 | 4C | 17 | 163 | 47 | 2D |
| Octal | 304 | 41 | 57 | 0 | 123 | 114 | 27 | 543 | 107 | 55 |
| Binary | 11000100 | 100001 | 101111 | 0 | 1010011 | 1001100 | 10111 | 101100011 | 1000111 | 101101 |
Color Harmonies of #C4212F
Complementary color
Monochromatic Colors of #C4212F
Black with #C4212F
Text Example
Text Example
White with #C4212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4212F; }
p { color: rgb(196,33,47); }
H1.HeaderClassName
{
color: #C4212F;
}
.AnyTagClassName
{
color: #C4212F;
}
</style>
background-color css
<style>
a { background-color: #C4212F; }
a { background-color: rgb(196,33,47); }
div.DivClassName
{
background-color: #C4212F;
}
.BgClassName
{
background-color: #C4212F;
}
</style>
border-color css
<style>
span { border-color: #C4212F; }
span { border-color: rgb(196,33,47); }
td.TdClassName
{
border-color: #C4212F;
}
.TagClassName
{
border-color: #C4212F;
}
</style>