Shades of Cardinal #C2154F
Tints of Cardinal #C2154F
RGB
CMYK
RGB Variations
Color information
#C2154F (or 0xC2154F) is known color: Cardinal. HEX triplet: C2, 15 and 4F. RGB value is (194,21,79). Sum of RGB (Red+Green+Blue) = 194+21+79=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2154F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2154F is #3DEAB0. Grayscale: #4F4F4F. Windows color (decimal): -4057777 or 5182914. OLE color: 5182914.
HSL color Cylindrical-coordinate representation of color #C2154F: hue angle of 339.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2154F is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 79 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.24 |
| HSL | 339.88º | 0.8% | 0.42% | - |
| HSV(B) | 339.88º | 0.89% | 0.76% | - |
| XYZ | 23.93 | 12.57 | 8.56 | - |
| YUV | 79.34 | 127.81 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 79 | 0 | 0.89 | 0.59 | 0.24 | 339.88 | 0.8 | 0.42 |
| Hex | C2 | 15 | 4F | 0 | 59 | 3B | 18 | 154 | 50 | 2A |
| Octal | 302 | 25 | 117 | 0 | 131 | 73 | 30 | 524 | 120 | 52 |
| Binary | 11000010 | 10101 | 1001111 | 0 | 1011001 | 111011 | 11000 | 101010100 | 1010000 | 101010 |
Color Harmonies of #C2154F
Complementary color
Monochromatic Colors of #C2154F
Black with #C2154F
Text Example
Text Example
White with #C2154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2154F; }
p { color: rgb(194,21,79); }
H1.HeaderClassName
{
color: #C2154F;
}
.AnyTagClassName
{
color: #C2154F;
}
</style>
background-color css
<style>
a { background-color: #C2154F; }
a { background-color: rgb(194,21,79); }
div.DivClassName
{
background-color: #C2154F;
}
.BgClassName
{
background-color: #C2154F;
}
</style>
border-color css
<style>
span { border-color: #C2154F; }
span { border-color: rgb(194,21,79); }
td.TdClassName
{
border-color: #C2154F;
}
.TagClassName
{
border-color: #C2154F;
}
</style>