Shades of Cardinal #C21A35
Tints of Cardinal #C21A35
RGB
CMYK
RGB Variations
Color information
#C21A35 (or 0xC21A35) is known color: Cardinal. HEX triplet: C2, 1A and 35. RGB value is (194,26,53). Sum of RGB (Red+Green+Blue) = 194+26+53=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A35 is #3DE5CA. Grayscale: #4F4F4F. Windows color (decimal): -4056523 or 3480258. OLE color: 3480258.
HSL color Cylindrical-coordinate representation of color #C21A35: hue angle of 350.36º 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 #C21A35 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 53 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.24 |
| HSL | 350.36º | 0.76% | 0.43% | - |
| HSV(B) | 350.36º | 0.87% | 0.76% | - |
| XYZ | 23.26 | 12.47 | 4.55 | - |
| YUV | 79.31 | 113.16 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 53 | 0 | 0.87 | 0.73 | 0.24 | 350.36 | 0.76 | 0.43 |
| Hex | C2 | 1A | 35 | 0 | 57 | 49 | 18 | 15E | 4C | 2B |
| Octal | 302 | 32 | 65 | 0 | 127 | 111 | 30 | 536 | 114 | 53 |
| Binary | 11000010 | 11010 | 110101 | 0 | 1010111 | 1001001 | 11000 | 101011110 | 1001100 | 101011 |
Color Harmonies of #C21A35
Complementary color
Monochromatic Colors of #C21A35
Black with #C21A35
Text Example
Text Example
White with #C21A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A35; }
p { color: rgb(194,26,53); }
H1.HeaderClassName
{
color: #C21A35;
}
.AnyTagClassName
{
color: #C21A35;
}
</style>
background-color css
<style>
a { background-color: #C21A35; }
a { background-color: rgb(194,26,53); }
div.DivClassName
{
background-color: #C21A35;
}
.BgClassName
{
background-color: #C21A35;
}
</style>
border-color css
<style>
span { border-color: #C21A35; }
span { border-color: rgb(194,26,53); }
td.TdClassName
{
border-color: #C21A35;
}
.TagClassName
{
border-color: #C21A35;
}
</style>