Shades of Cardinal #C02142
Tints of Cardinal #C02142
RGB
CMYK
RGB Variations
Color information
#C02142 (or 0xC02142) is known color: Cardinal. HEX triplet: C0, 21 and 42. RGB value is (192,33,66). Sum of RGB (Red+Green+Blue) = 192+33+66=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C02142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02142 is #3FDEBD. Grayscale: #545454. Windows color (decimal): -4185790 or 4334016. OLE color: 4334016.
HSL color Cylindrical-coordinate representation of color #C02142: hue angle of 347.55º 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 #C02142 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 66 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.25 |
| HSL | 347.55º | 0.71% | 0.44% | - |
| HSV(B) | 347.55º | 0.83% | 0.75% | - |
| XYZ | 23.27 | 12.69 | 6.38 | - |
| YUV | 84.3 | 117.68 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 66 | 0 | 0.83 | 0.66 | 0.25 | 347.55 | 0.71 | 0.44 |
| Hex | C0 | 21 | 42 | 0 | 53 | 42 | 19 | 15C | 47 | 2C |
| Octal | 300 | 41 | 102 | 0 | 123 | 102 | 31 | 534 | 107 | 54 |
| Binary | 11000000 | 100001 | 1000010 | 0 | 1010011 | 1000010 | 11001 | 101011100 | 1000111 | 101100 |
Color Harmonies of #C02142
Complementary color
Monochromatic Colors of #C02142
Black with #C02142
Text Example
Text Example
White with #C02142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02142; }
p { color: rgb(192,33,66); }
H1.HeaderClassName
{
color: #C02142;
}
.AnyTagClassName
{
color: #C02142;
}
</style>
background-color css
<style>
a { background-color: #C02142; }
a { background-color: rgb(192,33,66); }
div.DivClassName
{
background-color: #C02142;
}
.BgClassName
{
background-color: #C02142;
}
</style>
border-color css
<style>
span { border-color: #C02142; }
span { border-color: rgb(192,33,66); }
td.TdClassName
{
border-color: #C02142;
}
.TagClassName
{
border-color: #C02142;
}
</style>