Shades of Cardinal #C2053D
Tints of Cardinal #C2053D
RGB
CMYK
RGB Variations
Color information
#C2053D (or 0xC2053D) is known color: Cardinal. HEX triplet: C2, 05 and 3D. RGB value is (194,5,61). Sum of RGB (Red+Green+Blue) = 194+5+61=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C2053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2053D is #3DFAC2. Grayscale: #434343. Windows color (decimal): -4061891 or 3999170. OLE color: 3999170.
HSL color Cylindrical-coordinate representation of color #C2053D: hue angle of 342.22º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2053D is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 61 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.24 |
| HSL | 342.22º | 0.95% | 0.39% | - |
| HSV(B) | 342.22º | 0.97% | 0.76% | - |
| XYZ | 23.14 | 11.91 | 5.49 | - |
| YUV | 67.9 | 124.12 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 61 | 0 | 0.97 | 0.69 | 0.24 | 342.22 | 0.95 | 0.39 |
| Hex | C2 | 5 | 3D | 0 | 61 | 45 | 18 | 156 | 5F | 27 |
| Octal | 302 | 5 | 75 | 0 | 141 | 105 | 30 | 526 | 137 | 47 |
| Binary | 11000010 | 101 | 111101 | 0 | 1100001 | 1000101 | 11000 | 101010110 | 1011111 | 100111 |
Color Harmonies of #C2053D
Complementary color
Monochromatic Colors of #C2053D
Black with #C2053D
Text Example
Text Example
White with #C2053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2053D; }
p { color: rgb(194,5,61); }
H1.HeaderClassName
{
color: #C2053D;
}
.AnyTagClassName
{
color: #C2053D;
}
</style>
background-color css
<style>
a { background-color: #C2053D; }
a { background-color: rgb(194,5,61); }
div.DivClassName
{
background-color: #C2053D;
}
.BgClassName
{
background-color: #C2053D;
}
</style>
border-color css
<style>
span { border-color: #C2053D; }
span { border-color: rgb(194,5,61); }
td.TdClassName
{
border-color: #C2053D;
}
.TagClassName
{
border-color: #C2053D;
}
</style>