Shades of Cardinal #C20734
Tints of Cardinal #C20734
RGB
CMYK
RGB Variations
Color information
#C20734 (or 0xC20734) is known color: Cardinal. HEX triplet: C2, 07 and 34. RGB value is (194,7,52). Sum of RGB (Red+Green+Blue) = 194+7+52=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C20734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20734 is #3DF8CB. Grayscale: #444444. Windows color (decimal): -4061388 or 3409858. OLE color: 3409858.
HSL color Cylindrical-coordinate representation of color #C20734: hue angle of 345.56º 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 #C20734 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 52 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.24 |
| HSL | 345.56º | 0.93% | 0.39% | - |
| HSV(B) | 345.56º | 0.96% | 0.76% | - |
| XYZ | 22.94 | 11.87 | 4.33 | - |
| YUV | 68.04 | 118.95 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 52 | 0 | 0.96 | 0.73 | 0.24 | 345.56 | 0.93 | 0.39 |
| Hex | C2 | 7 | 34 | 0 | 60 | 49 | 18 | 15A | 5D | 27 |
| Octal | 302 | 7 | 64 | 0 | 140 | 111 | 30 | 532 | 135 | 47 |
| Binary | 11000010 | 111 | 110100 | 0 | 1100000 | 1001001 | 11000 | 101011010 | 1011101 | 100111 |
Color Harmonies of #C20734
Complementary color
Monochromatic Colors of #C20734
Black with #C20734
Text Example
Text Example
White with #C20734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20734; }
p { color: rgb(194,7,52); }
H1.HeaderClassName
{
color: #C20734;
}
.AnyTagClassName
{
color: #C20734;
}
</style>
background-color css
<style>
a { background-color: #C20734; }
a { background-color: rgb(194,7,52); }
div.DivClassName
{
background-color: #C20734;
}
.BgClassName
{
background-color: #C20734;
}
</style>
border-color css
<style>
span { border-color: #C20734; }
span { border-color: rgb(194,7,52); }
td.TdClassName
{
border-color: #C20734;
}
.TagClassName
{
border-color: #C20734;
}
</style>