Shades of Cardinal #C21044
Tints of Cardinal #C21044
RGB
CMYK
RGB Variations
Color information
#C21044 (or 0xC21044) is known color: Cardinal. HEX triplet: C2, 10 and 44. RGB value is (194,16,68). Sum of RGB (Red+Green+Blue) = 194+16+68=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C21044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21044 is #3DEFBB. Grayscale: #4B4B4B. Windows color (decimal): -4059068 or 4460738. OLE color: 4460738.
HSL color Cylindrical-coordinate representation of color #C21044: hue angle of 342.47º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21044 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 68 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.24 |
| HSL | 342.47º | 0.85% | 0.41% | - |
| HSV(B) | 342.47º | 0.92% | 0.76% | - |
| XYZ | 23.48 | 12.26 | 6.6 | - |
| YUV | 75.15 | 123.97 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 68 | 0 | 0.92 | 0.65 | 0.24 | 342.47 | 0.85 | 0.41 |
| Hex | C2 | 10 | 44 | 0 | 5C | 41 | 18 | 156 | 55 | 29 |
| Octal | 302 | 20 | 104 | 0 | 134 | 101 | 30 | 526 | 125 | 51 |
| Binary | 11000010 | 10000 | 1000100 | 0 | 1011100 | 1000001 | 11000 | 101010110 | 1010101 | 101001 |
Color Harmonies of #C21044
Complementary color
Monochromatic Colors of #C21044
Black with #C21044
Text Example
Text Example
White with #C21044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21044; }
p { color: rgb(194,16,68); }
H1.HeaderClassName
{
color: #C21044;
}
.AnyTagClassName
{
color: #C21044;
}
</style>
background-color css
<style>
a { background-color: #C21044; }
a { background-color: rgb(194,16,68); }
div.DivClassName
{
background-color: #C21044;
}
.BgClassName
{
background-color: #C21044;
}
</style>
border-color css
<style>
span { border-color: #C21044; }
span { border-color: rgb(194,16,68); }
td.TdClassName
{
border-color: #C21044;
}
.TagClassName
{
border-color: #C21044;
}
</style>