Shades of Cardinal #C21031
Tints of Cardinal #C21031
RGB
CMYK
RGB Variations
Color information
#C21031 (or 0xC21031) is known color: Cardinal. HEX triplet: C2, 10 and 31. RGB value is (194,16,49). Sum of RGB (Red+Green+Blue) = 194+16+49=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C21031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21031 is #3DEFCE. Grayscale: #494949. Windows color (decimal): -4059087 or 3215554. OLE color: 3215554.
HSL color Cylindrical-coordinate representation of color #C21031: hue angle of 348.88º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21031 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 49 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.24 |
| HSL | 348.88º | 0.85% | 0.41% | - |
| HSV(B) | 348.88º | 0.92% | 0.76% | - |
| XYZ | 22.99 | 12.06 | 4.02 | - |
| YUV | 72.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 49 | 0 | 0.92 | 0.75 | 0.24 | 348.88 | 0.85 | 0.41 |
| Hex | C2 | 10 | 31 | 0 | 5C | 4B | 18 | 15D | 55 | 29 |
| Octal | 302 | 20 | 61 | 0 | 134 | 113 | 30 | 535 | 125 | 51 |
| Binary | 11000010 | 10000 | 110001 | 0 | 1011100 | 1001011 | 11000 | 101011101 | 1010101 | 101001 |
Color Harmonies of #C21031
Complementary color
Monochromatic Colors of #C21031
Black with #C21031
Text Example
Text Example
White with #C21031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21031; }
p { color: rgb(194,16,49); }
H1.HeaderClassName
{
color: #C21031;
}
.AnyTagClassName
{
color: #C21031;
}
</style>
background-color css
<style>
a { background-color: #C21031; }
a { background-color: rgb(194,16,49); }
div.DivClassName
{
background-color: #C21031;
}
.BgClassName
{
background-color: #C21031;
}
</style>
border-color css
<style>
span { border-color: #C21031; }
span { border-color: rgb(194,16,49); }
td.TdClassName
{
border-color: #C21031;
}
.TagClassName
{
border-color: #C21031;
}
</style>