Shades of Cardinal #C3232E
Tints of Cardinal #C3232E
RGB
CMYK
RGB Variations
Color information
#C3232E (or 0xC3232E) is known color: Cardinal. HEX triplet: C3, 23 and 2E. RGB value is (195,35,46). Sum of RGB (Red+Green+Blue) = 195+35+46=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C3232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3232E is #3CDCD1. Grayscale: #545454. Windows color (decimal): -3988690 or 3023811. OLE color: 3023811.
HSL color Cylindrical-coordinate representation of color #C3232E: hue angle of 355.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3232E is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 46 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.24 |
| HSL | 355.88º | 0.7% | 0.45% | - |
| HSV(B) | 355.88º | 0.82% | 0.76% | - |
| XYZ | 23.6 | 13 | 3.85 | - |
| YUV | 84.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 46 | 0 | 0.82 | 0.76 | 0.24 | 355.88 | 0.7 | 0.45 |
| Hex | C3 | 23 | 2E | 0 | 52 | 4C | 18 | 164 | 46 | 2D |
| Octal | 303 | 43 | 56 | 0 | 122 | 114 | 30 | 544 | 106 | 55 |
| Binary | 11000011 | 100011 | 101110 | 0 | 1010010 | 1001100 | 11000 | 101100100 | 1000110 | 101101 |
Color Harmonies of #C3232E
Complementary color
Monochromatic Colors of #C3232E
Black with #C3232E
Text Example
Text Example
White with #C3232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3232E; }
p { color: rgb(195,35,46); }
H1.HeaderClassName
{
color: #C3232E;
}
.AnyTagClassName
{
color: #C3232E;
}
</style>
background-color css
<style>
a { background-color: #C3232E; }
a { background-color: rgb(195,35,46); }
div.DivClassName
{
background-color: #C3232E;
}
.BgClassName
{
background-color: #C3232E;
}
</style>
border-color css
<style>
span { border-color: #C3232E; }
span { border-color: rgb(195,35,46); }
td.TdClassName
{
border-color: #C3232E;
}
.TagClassName
{
border-color: #C3232E;
}
</style>