Shades of Cardinal #C21E35
Tints of Cardinal #C21E35
RGB
CMYK
RGB Variations
Color information
#C21E35 (or 0xC21E35) is known color: Cardinal. HEX triplet: C2, 1E and 35. RGB value is (194,30,53). Sum of RGB (Red+Green+Blue) = 194+30+53=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E35 is #3DE1CA. Grayscale: #515151. Windows color (decimal): -4055499 or 3481282. OLE color: 3481282.
HSL color Cylindrical-coordinate representation of color #C21E35: hue angle of 351.59º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21E35 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 53 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.24 |
| HSL | 351.59º | 0.73% | 0.44% | - |
| HSV(B) | 351.59º | 0.85% | 0.76% | - |
| XYZ | 23.36 | 12.65 | 4.58 | - |
| YUV | 81.66 | 111.83 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 53 | 0 | 0.85 | 0.73 | 0.24 | 351.59 | 0.73 | 0.44 |
| Hex | C2 | 1E | 35 | 0 | 55 | 49 | 18 | 160 | 49 | 2C |
| Octal | 302 | 36 | 65 | 0 | 125 | 111 | 30 | 540 | 111 | 54 |
| Binary | 11000010 | 11110 | 110101 | 0 | 1010101 | 1001001 | 11000 | 101100000 | 1001001 | 101100 |
Color Harmonies of #C21E35
Complementary color
Monochromatic Colors of #C21E35
Black with #C21E35
Text Example
Text Example
White with #C21E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E35; }
p { color: rgb(194,30,53); }
H1.HeaderClassName
{
color: #C21E35;
}
.AnyTagClassName
{
color: #C21E35;
}
</style>
background-color css
<style>
a { background-color: #C21E35; }
a { background-color: rgb(194,30,53); }
div.DivClassName
{
background-color: #C21E35;
}
.BgClassName
{
background-color: #C21E35;
}
</style>
border-color css
<style>
span { border-color: #C21E35; }
span { border-color: rgb(194,30,53); }
td.TdClassName
{
border-color: #C21E35;
}
.TagClassName
{
border-color: #C21E35;
}
</style>