Shades of Cardinal #C7202F
Tints of Cardinal #C7202F
RGB
CMYK
RGB Variations
Color information
#C7202F (or 0xC7202F) is known color: Cardinal. HEX triplet: C7, 20 and 2F. RGB value is (199,32,47). Sum of RGB (Red+Green+Blue) = 199+32+47=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C7202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7202F is #38DFD0. Grayscale: #535353. Windows color (decimal): -3727313 or 3088583. OLE color: 3088583.
HSL color Cylindrical-coordinate representation of color #C7202F: hue angle of 354.61º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7202F is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 47 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.22 |
| HSL | 354.61º | 0.72% | 0.45% | - |
| HSV(B) | 354.61º | 0.84% | 0.78% | - |
| XYZ | 24.58 | 13.38 | 3.98 | - |
| YUV | 83.64 | 107.33 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 47 | 0 | 0.84 | 0.76 | 0.22 | 354.61 | 0.72 | 0.45 |
| Hex | C7 | 20 | 2F | 0 | 54 | 4C | 16 | 163 | 48 | 2D |
| Octal | 307 | 40 | 57 | 0 | 124 | 114 | 26 | 543 | 110 | 55 |
| Binary | 11000111 | 100000 | 101111 | 0 | 1010100 | 1001100 | 10110 | 101100011 | 1001000 | 101101 |
Color Harmonies of #C7202F
Complementary color
Monochromatic Colors of #C7202F
Black with #C7202F
Text Example
Text Example
White with #C7202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7202F; }
p { color: rgb(199,32,47); }
H1.HeaderClassName
{
color: #C7202F;
}
.AnyTagClassName
{
color: #C7202F;
}
</style>
background-color css
<style>
a { background-color: #C7202F; }
a { background-color: rgb(199,32,47); }
div.DivClassName
{
background-color: #C7202F;
}
.BgClassName
{
background-color: #C7202F;
}
</style>
border-color css
<style>
span { border-color: #C7202F; }
span { border-color: rgb(199,32,47); }
td.TdClassName
{
border-color: #C7202F;
}
.TagClassName
{
border-color: #C7202F;
}
</style>