Shades of Cardinal #C21530
Tints of Cardinal #C21530
RGB
CMYK
RGB Variations
Color information
#C21530 (or 0xC21530) is known color: Cardinal. HEX triplet: C2, 15 and 30. RGB value is (194,21,48). Sum of RGB (Red+Green+Blue) = 194+21+48=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C21530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21530 is #3DEACF. Grayscale: #4B4B4B. Windows color (decimal): -4057808 or 3151298. OLE color: 3151298.
HSL color Cylindrical-coordinate representation of color #C21530: hue angle of 350.64º 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 #C21530 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 48 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.24 |
| HSL | 350.64º | 0.8% | 0.42% | - |
| HSV(B) | 350.64º | 0.89% | 0.76% | - |
| XYZ | 23.05 | 12.22 | 3.94 | - |
| YUV | 75.81 | 112.31 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 48 | 0 | 0.89 | 0.75 | 0.24 | 350.64 | 0.8 | 0.42 |
| Hex | C2 | 15 | 30 | 0 | 59 | 4B | 18 | 15F | 50 | 2A |
| Octal | 302 | 25 | 60 | 0 | 131 | 113 | 30 | 537 | 120 | 52 |
| Binary | 11000010 | 10101 | 110000 | 0 | 1011001 | 1001011 | 11000 | 101011111 | 1010000 | 101010 |
Color Harmonies of #C21530
Complementary color
Monochromatic Colors of #C21530
Black with #C21530
Text Example
Text Example
White with #C21530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21530; }
p { color: rgb(194,21,48); }
H1.HeaderClassName
{
color: #C21530;
}
.AnyTagClassName
{
color: #C21530;
}
</style>
background-color css
<style>
a { background-color: #C21530; }
a { background-color: rgb(194,21,48); }
div.DivClassName
{
background-color: #C21530;
}
.BgClassName
{
background-color: #C21530;
}
</style>
border-color css
<style>
span { border-color: #C21530; }
span { border-color: rgb(194,21,48); }
td.TdClassName
{
border-color: #C21530;
}
.TagClassName
{
border-color: #C21530;
}
</style>