Shades of Cardinal #C3132E
Tints of Cardinal #C3132E
RGB
CMYK
RGB Variations
Color information
#C3132E (or 0xC3132E) is known color: Cardinal. HEX triplet: C3, 13 and 2E. RGB value is (195,19,46). Sum of RGB (Red+Green+Blue) = 195+19+46=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C3132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3132E is #3CECD1. Grayscale: #4A4A4A. Windows color (decimal): -3992786 or 3019715. OLE color: 3019715.
HSL color Cylindrical-coordinate representation of color #C3132E: hue angle of 350.8º degrees, saturation: 0.82, 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 #C3132E is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 46 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.24 |
| HSL | 350.8º | 0.82% | 0.42% | - |
| HSV(B) | 350.8º | 0.9% | 0.76% | - |
| XYZ | 23.23 | 12.27 | 3.73 | - |
| YUV | 74.7 | 111.81 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 46 | 0 | 0.90 | 0.76 | 0.24 | 350.8 | 0.82 | 0.42 |
| Hex | C3 | 13 | 2E | 0 | 5A | 4C | 18 | 15F | 52 | 2A |
| Octal | 303 | 23 | 56 | 0 | 132 | 114 | 30 | 537 | 122 | 52 |
| Binary | 11000011 | 10011 | 101110 | 0 | 1011010 | 1001100 | 11000 | 101011111 | 1010010 | 101010 |
Color Harmonies of #C3132E
Complementary color
Monochromatic Colors of #C3132E
Black with #C3132E
Text Example
Text Example
White with #C3132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3132E; }
p { color: rgb(195,19,46); }
H1.HeaderClassName
{
color: #C3132E;
}
.AnyTagClassName
{
color: #C3132E;
}
</style>
background-color css
<style>
a { background-color: #C3132E; }
a { background-color: rgb(195,19,46); }
div.DivClassName
{
background-color: #C3132E;
}
.BgClassName
{
background-color: #C3132E;
}
</style>
border-color css
<style>
span { border-color: #C3132E; }
span { border-color: rgb(195,19,46); }
td.TdClassName
{
border-color: #C3132E;
}
.TagClassName
{
border-color: #C3132E;
}
</style>