Shades of Cardinal #C0024A
Tints of Cardinal #C0024A
RGB
CMYK
RGB Variations
Color information
#C0024A (or 0xC0024A) is known color: Cardinal. HEX triplet: C0, 02 and 4A. RGB value is (192,2,74). Sum of RGB (Red+Green+Blue) = 192+2+74=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C0024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0024A is #3FFDB5. Grayscale: #424242. Windows color (decimal): -4193718 or 4850368. OLE color: 4850368.
HSL color Cylindrical-coordinate representation of color #C0024A: hue angle of 337.26º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0024A is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.25 |
| HSL | 337.26º | 0.98% | 0.38% | - |
| HSV(B) | 337.26º | 0.99% | 0.75% | - |
| XYZ | 23 | 11.74 | 7.53 | - |
| YUV | 67.02 | 131.95 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 74 | 0 | 0.99 | 0.61 | 0.25 | 337.26 | 0.98 | 0.38 |
| Hex | C0 | 2 | 4A | 0 | 63 | 3D | 19 | 151 | 62 | 26 |
| Octal | 300 | 2 | 112 | 0 | 143 | 75 | 31 | 521 | 142 | 46 |
| Binary | 11000000 | 10 | 1001010 | 0 | 1100011 | 111101 | 11001 | 101010001 | 1100010 | 100110 |
Color Harmonies of #C0024A
Complementary color
Monochromatic Colors of #C0024A
Black with #C0024A
Text Example
Text Example
White with #C0024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0024A; }
p { color: rgb(192,2,74); }
H1.HeaderClassName
{
color: #C0024A;
}
.AnyTagClassName
{
color: #C0024A;
}
</style>
background-color css
<style>
a { background-color: #C0024A; }
a { background-color: rgb(192,2,74); }
div.DivClassName
{
background-color: #C0024A;
}
.BgClassName
{
background-color: #C0024A;
}
</style>
border-color css
<style>
span { border-color: #C0024A; }
span { border-color: rgb(192,2,74); }
td.TdClassName
{
border-color: #C0024A;
}
.TagClassName
{
border-color: #C0024A;
}
</style>