Shades of Cardinal #C7222F
Tints of Cardinal #C7222F
RGB
CMYK
RGB Variations
Color information
#C7222F (or 0xC7222F) is known color: Cardinal. HEX triplet: C7, 22 and 2F. RGB value is (199,34,47). Sum of RGB (Red+Green+Blue) = 199+34+47=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C7222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7222F is #38DDD0. Grayscale: #545454. Windows color (decimal): -3726801 or 3089095. OLE color: 3089095.
HSL color Cylindrical-coordinate representation of color #C7222F: hue angle of 355.27º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7222F is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 47 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.22 |
| HSL | 355.27º | 0.71% | 0.46% | - |
| HSV(B) | 355.27º | 0.83% | 0.78% | - |
| XYZ | 24.64 | 13.49 | 3.99 | - |
| YUV | 84.82 | 106.66 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 47 | 0 | 0.83 | 0.76 | 0.22 | 355.27 | 0.71 | 0.46 |
| Hex | C7 | 22 | 2F | 0 | 53 | 4C | 16 | 163 | 47 | 2E |
| Octal | 307 | 42 | 57 | 0 | 123 | 114 | 26 | 543 | 107 | 56 |
| Binary | 11000111 | 100010 | 101111 | 0 | 1010011 | 1001100 | 10110 | 101100011 | 1000111 | 101110 |
Color Harmonies of #C7222F
Complementary color
Monochromatic Colors of #C7222F
Black with #C7222F
Text Example
Text Example
White with #C7222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7222F; }
p { color: rgb(199,34,47); }
H1.HeaderClassName
{
color: #C7222F;
}
.AnyTagClassName
{
color: #C7222F;
}
</style>
background-color css
<style>
a { background-color: #C7222F; }
a { background-color: rgb(199,34,47); }
div.DivClassName
{
background-color: #C7222F;
}
.BgClassName
{
background-color: #C7222F;
}
</style>
border-color css
<style>
span { border-color: #C7222F; }
span { border-color: rgb(199,34,47); }
td.TdClassName
{
border-color: #C7222F;
}
.TagClassName
{
border-color: #C7222F;
}
</style>