Shades of Cardinal #C2024A
Tints of Cardinal #C2024A
RGB
CMYK
RGB Variations
Color information
#C2024A (or 0xC2024A) is known color: Cardinal. HEX triplet: C2, 02 and 4A. RGB value is (194,2,74). Sum of RGB (Red+Green+Blue) = 194+2+74=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C2024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2024A is #3DFDB5. Grayscale: #434343. Windows color (decimal): -4062646 or 4850370. OLE color: 4850370.
HSL color Cylindrical-coordinate representation of color #C2024A: hue angle of 337.5º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2024A is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.24 |
| HSL | 337.5º | 0.98% | 0.38% | - |
| HSV(B) | 337.5º | 0.99% | 0.76% | - |
| XYZ | 23.51 | 12.01 | 7.56 | - |
| YUV | 67.62 | 131.61 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 74 | 0 | 0.99 | 0.62 | 0.24 | 337.5 | 0.98 | 0.38 |
| Hex | C2 | 2 | 4A | 0 | 63 | 3E | 18 | 152 | 62 | 26 |
| Octal | 302 | 2 | 112 | 0 | 143 | 76 | 30 | 522 | 142 | 46 |
| Binary | 11000010 | 10 | 1001010 | 0 | 1100011 | 111110 | 11000 | 101010010 | 1100010 | 100110 |
Color Harmonies of #C2024A
Complementary color
Monochromatic Colors of #C2024A
Black with #C2024A
Text Example
Text Example
White with #C2024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2024A; }
p { color: rgb(194,2,74); }
H1.HeaderClassName
{
color: #C2024A;
}
.AnyTagClassName
{
color: #C2024A;
}
</style>
background-color css
<style>
a { background-color: #C2024A; }
a { background-color: rgb(194,2,74); }
div.DivClassName
{
background-color: #C2024A;
}
.BgClassName
{
background-color: #C2024A;
}
</style>
border-color css
<style>
span { border-color: #C2024A; }
span { border-color: rgb(194,2,74); }
td.TdClassName
{
border-color: #C2024A;
}
.TagClassName
{
border-color: #C2024A;
}
</style>