Shades of Cardinal #C32031
Tints of Cardinal #C32031
RGB
CMYK
RGB Variations
Color information
#C32031 (or 0xC32031) is known color: Cardinal. HEX triplet: C3, 20 and 31. RGB value is (195,32,49). Sum of RGB (Red+Green+Blue) = 195+32+49=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C32031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32031 is #3CDFCE. Grayscale: #525252. Windows color (decimal): -3989455 or 3219651. OLE color: 3219651.
HSL color Cylindrical-coordinate representation of color #C32031: hue angle of 353.74º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32031 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 49 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.24 |
| HSL | 353.74º | 0.72% | 0.45% | - |
| HSV(B) | 353.74º | 0.84% | 0.76% | - |
| XYZ | 23.58 | 12.86 | 4.14 | - |
| YUV | 82.68 | 109 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 49 | 0 | 0.84 | 0.75 | 0.24 | 353.74 | 0.72 | 0.45 |
| Hex | C3 | 20 | 31 | 0 | 54 | 4B | 18 | 162 | 48 | 2D |
| Octal | 303 | 40 | 61 | 0 | 124 | 113 | 30 | 542 | 110 | 55 |
| Binary | 11000011 | 100000 | 110001 | 0 | 1010100 | 1001011 | 11000 | 101100010 | 1001000 | 101101 |
Color Harmonies of #C32031
Complementary color
Monochromatic Colors of #C32031
Black with #C32031
Text Example
Text Example
White with #C32031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32031; }
p { color: rgb(195,32,49); }
H1.HeaderClassName
{
color: #C32031;
}
.AnyTagClassName
{
color: #C32031;
}
</style>
background-color css
<style>
a { background-color: #C32031; }
a { background-color: rgb(195,32,49); }
div.DivClassName
{
background-color: #C32031;
}
.BgClassName
{
background-color: #C32031;
}
</style>
border-color css
<style>
span { border-color: #C32031; }
span { border-color: rgb(195,32,49); }
td.TdClassName
{
border-color: #C32031;
}
.TagClassName
{
border-color: #C32031;
}
</style>