Shades of Cardinal #C0142F
Tints of Cardinal #C0142F
RGB
CMYK
RGB Variations
Color information
#C0142F (or 0xC0142F) is known color: Cardinal. HEX triplet: C0, 14 and 2F. RGB value is (192,20,47). Sum of RGB (Red+Green+Blue) = 192+20+47=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C0142F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0142F is #3FEBD0. Grayscale: #4A4A4A. Windows color (decimal): -4189137 or 3085504. OLE color: 3085504.
HSL color Cylindrical-coordinate representation of color #C0142F: hue angle of 350.58º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0142F is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 47 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.25 |
| HSL | 350.58º | 0.81% | 0.42% | - |
| HSV(B) | 350.58º | 0.9% | 0.75% | - |
| XYZ | 22.5 | 11.91 | 3.8 | - |
| YUV | 74.51 | 112.48 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 47 | 0 | 0.90 | 0.76 | 0.25 | 350.58 | 0.81 | 0.42 |
| Hex | C0 | 14 | 2F | 0 | 5A | 4C | 19 | 15F | 51 | 2A |
| Octal | 300 | 24 | 57 | 0 | 132 | 114 | 31 | 537 | 121 | 52 |
| Binary | 11000000 | 10100 | 101111 | 0 | 1011010 | 1001100 | 11001 | 101011111 | 1010001 | 101010 |
Color Harmonies of #C0142F
Complementary color
Monochromatic Colors of #C0142F
Black with #C0142F
Text Example
Text Example
White with #C0142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0142F; }
p { color: rgb(192,20,47); }
H1.HeaderClassName
{
color: #C0142F;
}
.AnyTagClassName
{
color: #C0142F;
}
</style>
background-color css
<style>
a { background-color: #C0142F; }
a { background-color: rgb(192,20,47); }
div.DivClassName
{
background-color: #C0142F;
}
.BgClassName
{
background-color: #C0142F;
}
</style>
border-color css
<style>
span { border-color: #C0142F; }
span { border-color: rgb(192,20,47); }
td.TdClassName
{
border-color: #C0142F;
}
.TagClassName
{
border-color: #C0142F;
}
</style>