Shades of Cardinal #C21535
Tints of Cardinal #C21535
RGB
CMYK
RGB Variations
Color information
#C21535 (or 0xC21535) is known color: Cardinal. HEX triplet: C2, 15 and 35. RGB value is (194,21,53). Sum of RGB (Red+Green+Blue) = 194+21+53=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C21535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21535 is #3DEACA. Grayscale: #4C4C4C. Windows color (decimal): -4057803 or 3478978. OLE color: 3478978.
HSL color Cylindrical-coordinate representation of color #C21535: hue angle of 348.9º 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 #C21535 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 53 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.24 |
| HSL | 348.9º | 0.8% | 0.42% | - |
| HSV(B) | 348.9º | 0.89% | 0.76% | - |
| XYZ | 23.16 | 12.26 | 4.51 | - |
| YUV | 76.38 | 114.81 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 53 | 0 | 0.89 | 0.73 | 0.24 | 348.9 | 0.8 | 0.42 |
| Hex | C2 | 15 | 35 | 0 | 59 | 49 | 18 | 15D | 50 | 2A |
| Octal | 302 | 25 | 65 | 0 | 131 | 111 | 30 | 535 | 120 | 52 |
| Binary | 11000010 | 10101 | 110101 | 0 | 1011001 | 1001001 | 11000 | 101011101 | 1010000 | 101010 |
Color Harmonies of #C21535
Complementary color
Monochromatic Colors of #C21535
Black with #C21535
Text Example
Text Example
White with #C21535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21535; }
p { color: rgb(194,21,53); }
H1.HeaderClassName
{
color: #C21535;
}
.AnyTagClassName
{
color: #C21535;
}
</style>
background-color css
<style>
a { background-color: #C21535; }
a { background-color: rgb(194,21,53); }
div.DivClassName
{
background-color: #C21535;
}
.BgClassName
{
background-color: #C21535;
}
</style>
border-color css
<style>
span { border-color: #C21535; }
span { border-color: rgb(194,21,53); }
td.TdClassName
{
border-color: #C21535;
}
.TagClassName
{
border-color: #C21535;
}
</style>