Shades of Cardinal #C3152E
Tints of Cardinal #C3152E
RGB
CMYK
RGB Variations
Color information
#C3152E (or 0xC3152E) is known color: Cardinal. HEX triplet: C3, 15 and 2E. RGB value is (195,21,46). Sum of RGB (Red+Green+Blue) = 195+21+46=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C3152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3152E is #3CEAD1. Grayscale: #4B4B4B. Windows color (decimal): -3992274 or 3020227. OLE color: 3020227.
HSL color Cylindrical-coordinate representation of color #C3152E: hue angle of 351.38º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3152E is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 46 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.24 |
| HSL | 351.38º | 0.81% | 0.42% | - |
| HSV(B) | 351.38º | 0.89% | 0.76% | - |
| XYZ | 23.27 | 12.34 | 3.74 | - |
| YUV | 75.88 | 111.15 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 46 | 0 | 0.89 | 0.76 | 0.24 | 351.38 | 0.81 | 0.42 |
| Hex | C3 | 15 | 2E | 0 | 59 | 4C | 18 | 15F | 51 | 2A |
| Octal | 303 | 25 | 56 | 0 | 131 | 114 | 30 | 537 | 121 | 52 |
| Binary | 11000011 | 10101 | 101110 | 0 | 1011001 | 1001100 | 11000 | 101011111 | 1010001 | 101010 |
Color Harmonies of #C3152E
Complementary color
Monochromatic Colors of #C3152E
Black with #C3152E
Text Example
Text Example
White with #C3152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3152E; }
p { color: rgb(195,21,46); }
H1.HeaderClassName
{
color: #C3152E;
}
.AnyTagClassName
{
color: #C3152E;
}
</style>
background-color css
<style>
a { background-color: #C3152E; }
a { background-color: rgb(195,21,46); }
div.DivClassName
{
background-color: #C3152E;
}
.BgClassName
{
background-color: #C3152E;
}
</style>
border-color css
<style>
span { border-color: #C3152E; }
span { border-color: rgb(195,21,46); }
td.TdClassName
{
border-color: #C3152E;
}
.TagClassName
{
border-color: #C3152E;
}
</style>