Shades of Cardinal #C21941
Tints of Cardinal #C21941
RGB
CMYK
RGB Variations
Color information
#C21941 (or 0xC21941) is known color: Cardinal. HEX triplet: C2, 19 and 41. RGB value is (194,25,65). Sum of RGB (Red+Green+Blue) = 194+25+65=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C21941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21941 is #3DE6BE. Grayscale: #505050. Windows color (decimal): -4056767 or 4266434. OLE color: 4266434.
HSL color Cylindrical-coordinate representation of color #C21941: hue angle of 345.8º 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 #C21941 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 65 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.24 |
| HSL | 345.8º | 0.77% | 0.43% | - |
| HSV(B) | 345.8º | 0.87% | 0.76% | - |
| XYZ | 23.55 | 12.55 | 6.18 | - |
| YUV | 80.09 | 119.49 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 65 | 0 | 0.87 | 0.66 | 0.24 | 345.8 | 0.77 | 0.43 |
| Hex | C2 | 19 | 41 | 0 | 57 | 42 | 18 | 15A | 4D | 2B |
| Octal | 302 | 31 | 101 | 0 | 127 | 102 | 30 | 532 | 115 | 53 |
| Binary | 11000010 | 11001 | 1000001 | 0 | 1010111 | 1000010 | 11000 | 101011010 | 1001101 | 101011 |
Color Harmonies of #C21941
Complementary color
Monochromatic Colors of #C21941
Black with #C21941
Text Example
Text Example
White with #C21941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21941; }
p { color: rgb(194,25,65); }
H1.HeaderClassName
{
color: #C21941;
}
.AnyTagClassName
{
color: #C21941;
}
</style>
background-color css
<style>
a { background-color: #C21941; }
a { background-color: rgb(194,25,65); }
div.DivClassName
{
background-color: #C21941;
}
.BgClassName
{
background-color: #C21941;
}
</style>
border-color css
<style>
span { border-color: #C21941; }
span { border-color: rgb(194,25,65); }
td.TdClassName
{
border-color: #C21941;
}
.TagClassName
{
border-color: #C21941;
}
</style>