Shades of Cardinal #C7223F
Tints of Cardinal #C7223F
RGB
CMYK
RGB Variations
Color information
#C7223F (or 0xC7223F) is known color: Cardinal. HEX triplet: C7, 22 and 3F. RGB value is (199,34,63). Sum of RGB (Red+Green+Blue) = 199+34+63=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C7223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7223F is #38DDC0. Grayscale: #565656. Windows color (decimal): -3726785 or 4137671. OLE color: 4137671.
HSL color Cylindrical-coordinate representation of color #C7223F: hue angle of 349.45º 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 #C7223F is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 63 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.22 |
| HSL | 349.45º | 0.71% | 0.46% | - |
| HSV(B) | 349.45º | 0.83% | 0.78% | - |
| XYZ | 25.02 | 13.65 | 6.02 | - |
| YUV | 86.64 | 114.66 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 63 | 0 | 0.83 | 0.68 | 0.22 | 349.45 | 0.71 | 0.46 |
| Hex | C7 | 22 | 3F | 0 | 53 | 44 | 16 | 15D | 47 | 2E |
| Octal | 307 | 42 | 77 | 0 | 123 | 104 | 26 | 535 | 107 | 56 |
| Binary | 11000111 | 100010 | 111111 | 0 | 1010011 | 1000100 | 10110 | 101011101 | 1000111 | 101110 |
Color Harmonies of #C7223F
Complementary color
Monochromatic Colors of #C7223F
Black with #C7223F
Text Example
Text Example
White with #C7223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7223F; }
p { color: rgb(199,34,63); }
H1.HeaderClassName
{
color: #C7223F;
}
.AnyTagClassName
{
color: #C7223F;
}
</style>
background-color css
<style>
a { background-color: #C7223F; }
a { background-color: rgb(199,34,63); }
div.DivClassName
{
background-color: #C7223F;
}
.BgClassName
{
background-color: #C7223F;
}
</style>
border-color css
<style>
span { border-color: #C7223F; }
span { border-color: rgb(199,34,63); }
td.TdClassName
{
border-color: #C7223F;
}
.TagClassName
{
border-color: #C7223F;
}
</style>