Shades of Cardinal #C21545
Tints of Cardinal #C21545
RGB
CMYK
RGB Variations
Color information
#C21545 (or 0xC21545) is known color: Cardinal. HEX triplet: C2, 15 and 45. RGB value is (194,21,69). Sum of RGB (Red+Green+Blue) = 194+21+69=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C21545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21545 is #3DEABA. Grayscale: #4E4E4E. Windows color (decimal): -4057787 or 4527554. OLE color: 4527554.
HSL color Cylindrical-coordinate representation of color #C21545: hue angle of 343.35º 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 #C21545 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 69 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.24 |
| HSL | 343.35º | 0.8% | 0.42% | - |
| HSV(B) | 343.35º | 0.89% | 0.76% | - |
| XYZ | 23.59 | 12.44 | 6.79 | - |
| YUV | 78.2 | 122.81 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 69 | 0 | 0.89 | 0.64 | 0.24 | 343.35 | 0.8 | 0.42 |
| Hex | C2 | 15 | 45 | 0 | 59 | 40 | 18 | 157 | 50 | 2A |
| Octal | 302 | 25 | 105 | 0 | 131 | 100 | 30 | 527 | 120 | 52 |
| Binary | 11000010 | 10101 | 1000101 | 0 | 1011001 | 1000000 | 11000 | 101010111 | 1010000 | 101010 |
Color Harmonies of #C21545
Complementary color
Monochromatic Colors of #C21545
Black with #C21545
Text Example
Text Example
White with #C21545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21545; }
p { color: rgb(194,21,69); }
H1.HeaderClassName
{
color: #C21545;
}
.AnyTagClassName
{
color: #C21545;
}
</style>
background-color css
<style>
a { background-color: #C21545; }
a { background-color: rgb(194,21,69); }
div.DivClassName
{
background-color: #C21545;
}
.BgClassName
{
background-color: #C21545;
}
</style>
border-color css
<style>
span { border-color: #C21545; }
span { border-color: rgb(194,21,69); }
td.TdClassName
{
border-color: #C21545;
}
.TagClassName
{
border-color: #C21545;
}
</style>