Shades of Cardinal #C21435
Tints of Cardinal #C21435
RGB
CMYK
RGB Variations
Color information
#C21435 (or 0xC21435) is known color: Cardinal. HEX triplet: C2, 14 and 35. RGB value is (194,20,53). Sum of RGB (Red+Green+Blue) = 194+20+53=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C21435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21435 is #3DEBCA. Grayscale: #4B4B4B. Windows color (decimal): -4058059 or 3478722. OLE color: 3478722.
HSL color Cylindrical-coordinate representation of color #C21435: hue angle of 348.62º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21435 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 53 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.24 |
| HSL | 348.62º | 0.81% | 0.42% | - |
| HSV(B) | 348.62º | 0.9% | 0.76% | - |
| XYZ | 23.14 | 12.23 | 4.51 | - |
| YUV | 75.79 | 115.15 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 53 | 0 | 0.90 | 0.73 | 0.24 | 348.62 | 0.81 | 0.42 |
| Hex | C2 | 14 | 35 | 0 | 5A | 49 | 18 | 15D | 51 | 2A |
| Octal | 302 | 24 | 65 | 0 | 132 | 111 | 30 | 535 | 121 | 52 |
| Binary | 11000010 | 10100 | 110101 | 0 | 1011010 | 1001001 | 11000 | 101011101 | 1010001 | 101010 |
Color Harmonies of #C21435
Complementary color
Monochromatic Colors of #C21435
Black with #C21435
Text Example
Text Example
White with #C21435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21435; }
p { color: rgb(194,20,53); }
H1.HeaderClassName
{
color: #C21435;
}
.AnyTagClassName
{
color: #C21435;
}
</style>
background-color css
<style>
a { background-color: #C21435; }
a { background-color: rgb(194,20,53); }
div.DivClassName
{
background-color: #C21435;
}
.BgClassName
{
background-color: #C21435;
}
</style>
border-color css
<style>
span { border-color: #C21435; }
span { border-color: rgb(194,20,53); }
td.TdClassName
{
border-color: #C21435;
}
.TagClassName
{
border-color: #C21435;
}
</style>