Shades of Cardinal #C02140
Tints of Cardinal #C02140
RGB
CMYK
RGB Variations
Color information
#C02140 (or 0xC02140) is known color: Cardinal. HEX triplet: C0, 21 and 40. RGB value is (192,33,64). Sum of RGB (Red+Green+Blue) = 192+33+64=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C02140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02140 is #3FDEBF. Grayscale: #545454. Windows color (decimal): -4185792 or 4202944. OLE color: 4202944.
HSL color Cylindrical-coordinate representation of color #C02140: hue angle of 348.3º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02140 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 64 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.25 |
| HSL | 348.3º | 0.71% | 0.44% | - |
| HSV(B) | 348.3º | 0.83% | 0.75% | - |
| XYZ | 23.21 | 12.66 | 6.07 | - |
| YUV | 84.08 | 116.68 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 64 | 0 | 0.83 | 0.67 | 0.25 | 348.3 | 0.71 | 0.44 |
| Hex | C0 | 21 | 40 | 0 | 53 | 43 | 19 | 15C | 47 | 2C |
| Octal | 300 | 41 | 100 | 0 | 123 | 103 | 31 | 534 | 107 | 54 |
| Binary | 11000000 | 100001 | 1000000 | 0 | 1010011 | 1000011 | 11001 | 101011100 | 1000111 | 101100 |
Color Harmonies of #C02140
Complementary color
Monochromatic Colors of #C02140
Black with #C02140
Text Example
Text Example
White with #C02140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02140; }
p { color: rgb(192,33,64); }
H1.HeaderClassName
{
color: #C02140;
}
.AnyTagClassName
{
color: #C02140;
}
</style>
background-color css
<style>
a { background-color: #C02140; }
a { background-color: rgb(192,33,64); }
div.DivClassName
{
background-color: #C02140;
}
.BgClassName
{
background-color: #C02140;
}
</style>
border-color css
<style>
span { border-color: #C02140; }
span { border-color: rgb(192,33,64); }
td.TdClassName
{
border-color: #C02140;
}
.TagClassName
{
border-color: #C02140;
}
</style>