Shades of Cardinal #C21B2C
Tints of Cardinal #C21B2C
RGB
CMYK
RGB Variations
Color information
#C21B2C (or 0xC21B2C) is known color: Cardinal. HEX triplet: C2, 1B and 2C. RGB value is (194,27,44). Sum of RGB (Red+Green+Blue) = 194+27+44=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21B2C is #3DE4D3. Grayscale: #4E4E4E. Windows color (decimal): -4056276 or 2890690. OLE color: 2890690.
HSL color Cylindrical-coordinate representation of color #C21B2C: hue angle of 353.89º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21B2C is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 27 | 44 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.24 |
| HSL | 353.89º | 0.76% | 0.43% | - |
| HSV(B) | 353.89º | 0.86% | 0.76% | - |
| XYZ | 23.09 | 12.44 | 3.57 | - |
| YUV | 78.87 | 108.33 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 44 | 0 | 0.86 | 0.77 | 0.24 | 353.89 | 0.76 | 0.43 |
| Hex | C2 | 1B | 2C | 0 | 56 | 4D | 18 | 162 | 4C | 2B |
| Octal | 302 | 33 | 54 | 0 | 126 | 115 | 30 | 542 | 114 | 53 |
| Binary | 11000010 | 11011 | 101100 | 0 | 1010110 | 1001101 | 11000 | 101100010 | 1001100 | 101011 |
Color Harmonies of #C21B2C
Complementary color
Monochromatic Colors of #C21B2C
Black with #C21B2C
Text Example
Text Example
White with #C21B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21B2C; }
p { color: rgb(194,27,44); }
H1.HeaderClassName
{
color: #C21B2C;
}
.AnyTagClassName
{
color: #C21B2C;
}
</style>
background-color css
<style>
a { background-color: #C21B2C; }
a { background-color: rgb(194,27,44); }
div.DivClassName
{
background-color: #C21B2C;
}
.BgClassName
{
background-color: #C21B2C;
}
</style>
border-color css
<style>
span { border-color: #C21B2C; }
span { border-color: rgb(194,27,44); }
td.TdClassName
{
border-color: #C21B2C;
}
.TagClassName
{
border-color: #C21B2C;
}
</style>