Shades of Cardinal #C20D4E
Tints of Cardinal #C20D4E
RGB
CMYK
RGB Variations
Color information
#C20D4E (or 0xC20D4E) is known color: Cardinal. HEX triplet: C2, 0D and 4E. RGB value is (194,13,78). Sum of RGB (Red+Green+Blue) = 194+13+78=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D4E is #3DF2B1. Grayscale: #4A4A4A. Windows color (decimal): -4059826 or 5115330. OLE color: 5115330.
HSL color Cylindrical-coordinate representation of color #C20D4E: hue angle of 338.45º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20D4E is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 78 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.24 |
| HSL | 338.45º | 0.87% | 0.41% | - |
| HSV(B) | 338.45º | 0.93% | 0.76% | - |
| XYZ | 23.77 | 12.31 | 8.33 | - |
| YUV | 74.53 | 129.97 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 78 | 0 | 0.93 | 0.60 | 0.24 | 338.45 | 0.87 | 0.41 |
| Hex | C2 | D | 4E | 0 | 5D | 3C | 18 | 152 | 57 | 29 |
| Octal | 302 | 15 | 116 | 0 | 135 | 74 | 30 | 522 | 127 | 51 |
| Binary | 11000010 | 1101 | 1001110 | 0 | 1011101 | 111100 | 11000 | 101010010 | 1010111 | 101001 |
Color Harmonies of #C20D4E
Complementary color
Monochromatic Colors of #C20D4E
Black with #C20D4E
Text Example
Text Example
White with #C20D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20D4E; }
p { color: rgb(194,13,78); }
H1.HeaderClassName
{
color: #C20D4E;
}
.AnyTagClassName
{
color: #C20D4E;
}
</style>
background-color css
<style>
a { background-color: #C20D4E; }
a { background-color: rgb(194,13,78); }
div.DivClassName
{
background-color: #C20D4E;
}
.BgClassName
{
background-color: #C20D4E;
}
</style>
border-color css
<style>
span { border-color: #C20D4E; }
span { border-color: rgb(194,13,78); }
td.TdClassName
{
border-color: #C20D4E;
}
.TagClassName
{
border-color: #C20D4E;
}
</style>