Shades of Cardinal #C21934
Tints of Cardinal #C21934
RGB
CMYK
RGB Variations
Color information
#C21934 (or 0xC21934) is known color: Cardinal. HEX triplet: C2, 19 and 34. RGB value is (194,25,52). Sum of RGB (Red+Green+Blue) = 194+25+52=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C21934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21934 is #3DE6CB. Grayscale: #4E4E4E. Windows color (decimal): -4056780 or 3414466. OLE color: 3414466.
HSL color Cylindrical-coordinate representation of color #C21934: hue angle of 350.41º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21934 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 52 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.24 |
| HSL | 350.41º | 0.77% | 0.43% | - |
| HSV(B) | 350.41º | 0.87% | 0.76% | - |
| XYZ | 23.22 | 12.41 | 4.42 | - |
| YUV | 78.61 | 112.99 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 52 | 0 | 0.87 | 0.73 | 0.24 | 350.41 | 0.77 | 0.43 |
| Hex | C2 | 19 | 34 | 0 | 57 | 49 | 18 | 15E | 4D | 2B |
| Octal | 302 | 31 | 64 | 0 | 127 | 111 | 30 | 536 | 115 | 53 |
| Binary | 11000010 | 11001 | 110100 | 0 | 1010111 | 1001001 | 11000 | 101011110 | 1001101 | 101011 |
Color Harmonies of #C21934
Complementary color
Monochromatic Colors of #C21934
Black with #C21934
Text Example
Text Example
White with #C21934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21934; }
p { color: rgb(194,25,52); }
H1.HeaderClassName
{
color: #C21934;
}
.AnyTagClassName
{
color: #C21934;
}
</style>
background-color css
<style>
a { background-color: #C21934; }
a { background-color: rgb(194,25,52); }
div.DivClassName
{
background-color: #C21934;
}
.BgClassName
{
background-color: #C21934;
}
</style>
border-color css
<style>
span { border-color: #C21934; }
span { border-color: rgb(194,25,52); }
td.TdClassName
{
border-color: #C21934;
}
.TagClassName
{
border-color: #C21934;
}
</style>