Shades of Cardinal #C3142C
Tints of Cardinal #C3142C
RGB
CMYK
RGB Variations
Color information
#C3142C (or 0xC3142C) is known color: Cardinal. HEX triplet: C3, 14 and 2C. RGB value is (195,20,44). Sum of RGB (Red+Green+Blue) = 195+20+44=259 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.29% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 195 - color contains mainly: red. Hex color #C3142C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3142C is #3CEBD3. Grayscale: #4B4B4B. Windows color (decimal): -3992532 or 2888899. OLE color: 2888899.
HSL color Cylindrical-coordinate representation of color #C3142C: hue angle of 351.77º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3142C is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 44 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.24 |
| HSL | 351.77º | 0.81% | 0.42% | - |
| HSV(B) | 351.77º | 0.9% | 0.76% | - |
| XYZ | 23.21 | 12.28 | 3.53 | - |
| YUV | 75.06 | 110.48 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 44 | 0 | 0.90 | 0.77 | 0.24 | 351.77 | 0.81 | 0.42 |
| Hex | C3 | 14 | 2C | 0 | 5A | 4D | 18 | 160 | 51 | 2A |
| Octal | 303 | 24 | 54 | 0 | 132 | 115 | 30 | 540 | 121 | 52 |
| Binary | 11000011 | 10100 | 101100 | 0 | 1011010 | 1001101 | 11000 | 101100000 | 1010001 | 101010 |
Color Harmonies of #C3142C
Complementary color
Monochromatic Colors of #C3142C
Black with #C3142C
Text Example
Text Example
White with #C3142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3142C; }
p { color: rgb(195,20,44); }
H1.HeaderClassName
{
color: #C3142C;
}
.AnyTagClassName
{
color: #C3142C;
}
</style>
background-color css
<style>
a { background-color: #C3142C; }
a { background-color: rgb(195,20,44); }
div.DivClassName
{
background-color: #C3142C;
}
.BgClassName
{
background-color: #C3142C;
}
</style>
border-color css
<style>
span { border-color: #C3142C; }
span { border-color: rgb(195,20,44); }
td.TdClassName
{
border-color: #C3142C;
}
.TagClassName
{
border-color: #C3142C;
}
</style>