Shades of Cardinal #C20D48
Tints of Cardinal #C20D48
RGB
CMYK
RGB Variations
Color information
#C20D48 (or 0xC20D48) is known color: Cardinal. HEX triplet: C2, 0D and 48. RGB value is (194,13,72). Sum of RGB (Red+Green+Blue) = 194+13+72=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20D48 is #3DF2B7. Grayscale: #494949. Windows color (decimal): -4059832 or 4722114. OLE color: 4722114.
HSL color Cylindrical-coordinate representation of color #C20D48: hue angle of 340.44º 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 #C20D48 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 72 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.24 |
| HSL | 340.44º | 0.87% | 0.41% | - |
| HSV(B) | 340.44º | 0.93% | 0.76% | - |
| XYZ | 23.56 | 12.23 | 7.25 | - |
| YUV | 73.85 | 126.97 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 72 | 0 | 0.93 | 0.63 | 0.24 | 340.44 | 0.87 | 0.41 |
| Hex | C2 | D | 48 | 0 | 5D | 3F | 18 | 154 | 57 | 29 |
| Octal | 302 | 15 | 110 | 0 | 135 | 77 | 30 | 524 | 127 | 51 |
| Binary | 11000010 | 1101 | 1001000 | 0 | 1011101 | 111111 | 11000 | 101010100 | 1010111 | 101001 |
Color Harmonies of #C20D48
Complementary color
Monochromatic Colors of #C20D48
Black with #C20D48
Text Example
Text Example
White with #C20D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20D48; }
p { color: rgb(194,13,72); }
H1.HeaderClassName
{
color: #C20D48;
}
.AnyTagClassName
{
color: #C20D48;
}
</style>
background-color css
<style>
a { background-color: #C20D48; }
a { background-color: rgb(194,13,72); }
div.DivClassName
{
background-color: #C20D48;
}
.BgClassName
{
background-color: #C20D48;
}
</style>
border-color css
<style>
span { border-color: #C20D48; }
span { border-color: rgb(194,13,72); }
td.TdClassName
{
border-color: #C20D48;
}
.TagClassName
{
border-color: #C20D48;
}
</style>