Shades of Cardinal #C20747
Tints of Cardinal #C20747
RGB
CMYK
RGB Variations
Color information
#C20747 (or 0xC20747) is known color: Cardinal. HEX triplet: C2, 07 and 47. RGB value is (194,7,71). Sum of RGB (Red+Green+Blue) = 194+7+71=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C20747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20747 is #3DF8B8. Grayscale: #464646. Windows color (decimal): -4061369 or 4655042. OLE color: 4655042.
HSL color Cylindrical-coordinate representation of color #C20747: hue angle of 339.47º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20747 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 71 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.24 |
| HSL | 339.47º | 0.93% | 0.39% | - |
| HSV(B) | 339.47º | 0.96% | 0.76% | - |
| XYZ | 23.46 | 12.08 | 7.06 | - |
| YUV | 70.21 | 128.45 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 71 | 0 | 0.96 | 0.63 | 0.24 | 339.47 | 0.93 | 0.39 |
| Hex | C2 | 7 | 47 | 0 | 60 | 3F | 18 | 153 | 5D | 27 |
| Octal | 302 | 7 | 107 | 0 | 140 | 77 | 30 | 523 | 135 | 47 |
| Binary | 11000010 | 111 | 1000111 | 0 | 1100000 | 111111 | 11000 | 101010011 | 1011101 | 100111 |
Color Harmonies of #C20747
Complementary color
Monochromatic Colors of #C20747
Black with #C20747
Text Example
Text Example
White with #C20747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20747; }
p { color: rgb(194,7,71); }
H1.HeaderClassName
{
color: #C20747;
}
.AnyTagClassName
{
color: #C20747;
}
</style>
background-color css
<style>
a { background-color: #C20747; }
a { background-color: rgb(194,7,71); }
div.DivClassName
{
background-color: #C20747;
}
.BgClassName
{
background-color: #C20747;
}
</style>
border-color css
<style>
span { border-color: #C20747; }
span { border-color: rgb(194,7,71); }
td.TdClassName
{
border-color: #C20747;
}
.TagClassName
{
border-color: #C20747;
}
</style>