Shades of Cardinal #C21145
Tints of Cardinal #C21145
RGB
CMYK
RGB Variations
Color information
#C21145 (or 0xC21145) is known color: Cardinal. HEX triplet: C2, 11 and 45. RGB value is (194,17,69). Sum of RGB (Red+Green+Blue) = 194+17+69=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C21145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21145 is #3DEEBA. Grayscale: #4B4B4B. Windows color (decimal): -4058811 or 4526530. OLE color: 4526530.
HSL color Cylindrical-coordinate representation of color #C21145: hue angle of 342.37º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21145 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 69 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.24 |
| HSL | 342.37º | 0.84% | 0.41% | - |
| HSV(B) | 342.37º | 0.91% | 0.76% | - |
| XYZ | 23.52 | 12.3 | 6.76 | - |
| YUV | 75.85 | 124.14 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 69 | 0 | 0.91 | 0.64 | 0.24 | 342.37 | 0.84 | 0.41 |
| Hex | C2 | 11 | 45 | 0 | 5B | 40 | 18 | 156 | 54 | 29 |
| Octal | 302 | 21 | 105 | 0 | 133 | 100 | 30 | 526 | 124 | 51 |
| Binary | 11000010 | 10001 | 1000101 | 0 | 1011011 | 1000000 | 11000 | 101010110 | 1010100 | 101001 |
Color Harmonies of #C21145
Complementary color
Monochromatic Colors of #C21145
Black with #C21145
Text Example
Text Example
White with #C21145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21145; }
p { color: rgb(194,17,69); }
H1.HeaderClassName
{
color: #C21145;
}
.AnyTagClassName
{
color: #C21145;
}
</style>
background-color css
<style>
a { background-color: #C21145; }
a { background-color: rgb(194,17,69); }
div.DivClassName
{
background-color: #C21145;
}
.BgClassName
{
background-color: #C21145;
}
</style>
border-color css
<style>
span { border-color: #C21145; }
span { border-color: rgb(194,17,69); }
td.TdClassName
{
border-color: #C21145;
}
.TagClassName
{
border-color: #C21145;
}
</style>