Shades of Cardinal #C21444
Tints of Cardinal #C21444
RGB
CMYK
RGB Variations
Color information
#C21444 (or 0xC21444) is known color: Cardinal. HEX triplet: C2, 14 and 44. RGB value is (194,20,68). Sum of RGB (Red+Green+Blue) = 194+20+68=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C21444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21444 is #3DEBBB. Grayscale: #4D4D4D. Windows color (decimal): -4058044 or 4461762. OLE color: 4461762.
HSL color Cylindrical-coordinate representation of color #C21444: hue angle of 343.45º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21444 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 68 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.24 |
| HSL | 343.45º | 0.81% | 0.42% | - |
| HSV(B) | 343.45º | 0.9% | 0.76% | - |
| XYZ | 23.54 | 12.39 | 6.62 | - |
| YUV | 77.5 | 122.65 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 68 | 0 | 0.90 | 0.65 | 0.24 | 343.45 | 0.81 | 0.42 |
| Hex | C2 | 14 | 44 | 0 | 5A | 41 | 18 | 157 | 51 | 2A |
| Octal | 302 | 24 | 104 | 0 | 132 | 101 | 30 | 527 | 121 | 52 |
| Binary | 11000010 | 10100 | 1000100 | 0 | 1011010 | 1000001 | 11000 | 101010111 | 1010001 | 101010 |
Color Harmonies of #C21444
Complementary color
Monochromatic Colors of #C21444
Black with #C21444
Text Example
Text Example
White with #C21444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21444; }
p { color: rgb(194,20,68); }
H1.HeaderClassName
{
color: #C21444;
}
.AnyTagClassName
{
color: #C21444;
}
</style>
background-color css
<style>
a { background-color: #C21444; }
a { background-color: rgb(194,20,68); }
div.DivClassName
{
background-color: #C21444;
}
.BgClassName
{
background-color: #C21444;
}
</style>
border-color css
<style>
span { border-color: #C21444; }
span { border-color: rgb(194,20,68); }
td.TdClassName
{
border-color: #C21444;
}
.TagClassName
{
border-color: #C21444;
}
</style>