Shades of Cardinal #C2073C
Tints of Cardinal #C2073C
RGB
CMYK
RGB Variations
Color information
#C2073C (or 0xC2073C) is known color: Cardinal. HEX triplet: C2, 07 and 3C. RGB value is (194,7,60). Sum of RGB (Red+Green+Blue) = 194+7+60=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C2073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2073C is #3DF8C3. Grayscale: #444444. Windows color (decimal): -4061380 or 3934146. OLE color: 3934146.
HSL color Cylindrical-coordinate representation of color #C2073C: hue angle of 342.99º 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 #C2073C is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 60 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.24 |
| HSL | 342.99º | 0.93% | 0.39% | - |
| HSV(B) | 342.99º | 0.96% | 0.76% | - |
| XYZ | 23.14 | 11.95 | 5.36 | - |
| YUV | 68.96 | 122.95 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 60 | 0 | 0.96 | 0.69 | 0.24 | 342.99 | 0.93 | 0.39 |
| Hex | C2 | 7 | 3C | 0 | 60 | 45 | 18 | 157 | 5D | 27 |
| Octal | 302 | 7 | 74 | 0 | 140 | 105 | 30 | 527 | 135 | 47 |
| Binary | 11000010 | 111 | 111100 | 0 | 1100000 | 1000101 | 11000 | 101010111 | 1011101 | 100111 |
Color Harmonies of #C2073C
Complementary color
Monochromatic Colors of #C2073C
Black with #C2073C
Text Example
Text Example
White with #C2073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2073C; }
p { color: rgb(194,7,60); }
H1.HeaderClassName
{
color: #C2073C;
}
.AnyTagClassName
{
color: #C2073C;
}
</style>
background-color css
<style>
a { background-color: #C2073C; }
a { background-color: rgb(194,7,60); }
div.DivClassName
{
background-color: #C2073C;
}
.BgClassName
{
background-color: #C2073C;
}
</style>
border-color css
<style>
span { border-color: #C2073C; }
span { border-color: rgb(194,7,60); }
td.TdClassName
{
border-color: #C2073C;
}
.TagClassName
{
border-color: #C2073C;
}
</style>