Shades of Cardinal #C21538
Tints of Cardinal #C21538
RGB
CMYK
RGB Variations
Color information
#C21538 (or 0xC21538) is known color: Cardinal. HEX triplet: C2, 15 and 38. RGB value is (194,21,56). Sum of RGB (Red+Green+Blue) = 194+21+56=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C21538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21538 is #3DEAC7. Grayscale: #4C4C4C. Windows color (decimal): -4057800 or 3675586. OLE color: 3675586.
HSL color Cylindrical-coordinate representation of color #C21538: hue angle of 347.86º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21538 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 56 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.24 |
| HSL | 347.86º | 0.8% | 0.42% | - |
| HSV(B) | 347.86º | 0.89% | 0.76% | - |
| XYZ | 23.23 | 12.29 | 4.89 | - |
| YUV | 76.72 | 116.31 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 56 | 0 | 0.89 | 0.71 | 0.24 | 347.86 | 0.8 | 0.42 |
| Hex | C2 | 15 | 38 | 0 | 59 | 47 | 18 | 15C | 50 | 2A |
| Octal | 302 | 25 | 70 | 0 | 131 | 107 | 30 | 534 | 120 | 52 |
| Binary | 11000010 | 10101 | 111000 | 0 | 1011001 | 1000111 | 11000 | 101011100 | 1010000 | 101010 |
Color Harmonies of #C21538
Complementary color
Monochromatic Colors of #C21538
Black with #C21538
Text Example
Text Example
White with #C21538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21538; }
p { color: rgb(194,21,56); }
H1.HeaderClassName
{
color: #C21538;
}
.AnyTagClassName
{
color: #C21538;
}
</style>
background-color css
<style>
a { background-color: #C21538; }
a { background-color: rgb(194,21,56); }
div.DivClassName
{
background-color: #C21538;
}
.BgClassName
{
background-color: #C21538;
}
</style>
border-color css
<style>
span { border-color: #C21538; }
span { border-color: rgb(194,21,56); }
td.TdClassName
{
border-color: #C21538;
}
.TagClassName
{
border-color: #C21538;
}
</style>