Shades of Cardinal #C21A3F
Tints of Cardinal #C21A3F
RGB
CMYK
RGB Variations
Color information
#C21A3F (or 0xC21A3F) is known color: Cardinal. HEX triplet: C2, 1A and 3F. RGB value is (194,26,63). Sum of RGB (Red+Green+Blue) = 194+26+63=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A3F is #3DE5C0. Grayscale: #505050. Windows color (decimal): -4056513 or 4135618. OLE color: 4135618.
HSL color Cylindrical-coordinate representation of color #C21A3F: hue angle of 346.79º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21A3F is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 63 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.24 |
| HSL | 346.79º | 0.76% | 0.43% | - |
| HSV(B) | 346.79º | 0.87% | 0.76% | - |
| XYZ | 23.51 | 12.57 | 5.89 | - |
| YUV | 80.45 | 118.16 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 63 | 0 | 0.87 | 0.68 | 0.24 | 346.79 | 0.76 | 0.43 |
| Hex | C2 | 1A | 3F | 0 | 57 | 44 | 18 | 15B | 4C | 2B |
| Octal | 302 | 32 | 77 | 0 | 127 | 104 | 30 | 533 | 114 | 53 |
| Binary | 11000010 | 11010 | 111111 | 0 | 1010111 | 1000100 | 11000 | 101011011 | 1001100 | 101011 |
Color Harmonies of #C21A3F
Complementary color
Monochromatic Colors of #C21A3F
Black with #C21A3F
Text Example
Text Example
White with #C21A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A3F; }
p { color: rgb(194,26,63); }
H1.HeaderClassName
{
color: #C21A3F;
}
.AnyTagClassName
{
color: #C21A3F;
}
</style>
background-color css
<style>
a { background-color: #C21A3F; }
a { background-color: rgb(194,26,63); }
div.DivClassName
{
background-color: #C21A3F;
}
.BgClassName
{
background-color: #C21A3F;
}
</style>
border-color css
<style>
span { border-color: #C21A3F; }
span { border-color: rgb(194,26,63); }
td.TdClassName
{
border-color: #C21A3F;
}
.TagClassName
{
border-color: #C21A3F;
}
</style>