Shades of Cardinal #C32331
Tints of Cardinal #C32331
RGB
CMYK
RGB Variations
Color information
#C32331 (or 0xC32331) is known color: Cardinal. HEX triplet: C3, 23 and 31. RGB value is (195,35,49). Sum of RGB (Red+Green+Blue) = 195+35+49=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C32331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32331 is #3CDCCE. Grayscale: #545454. Windows color (decimal): -3988687 or 3220419. OLE color: 3220419.
HSL color Cylindrical-coordinate representation of color #C32331: hue angle of 354.75º 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 #C32331 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 49 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.24 |
| HSL | 354.75º | 0.7% | 0.45% | - |
| HSV(B) | 354.75º | 0.82% | 0.76% | - |
| XYZ | 23.66 | 13.03 | 4.17 | - |
| YUV | 84.44 | 108.01 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 49 | 0 | 0.82 | 0.75 | 0.24 | 354.75 | 0.7 | 0.45 |
| Hex | C3 | 23 | 31 | 0 | 52 | 4B | 18 | 163 | 46 | 2D |
| Octal | 303 | 43 | 61 | 0 | 122 | 113 | 30 | 543 | 106 | 55 |
| Binary | 11000011 | 100011 | 110001 | 0 | 1010010 | 1001011 | 11000 | 101100011 | 1000110 | 101101 |
Color Harmonies of #C32331
Complementary color
Monochromatic Colors of #C32331
Black with #C32331
Text Example
Text Example
White with #C32331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32331; }
p { color: rgb(195,35,49); }
H1.HeaderClassName
{
color: #C32331;
}
.AnyTagClassName
{
color: #C32331;
}
</style>
background-color css
<style>
a { background-color: #C32331; }
a { background-color: rgb(195,35,49); }
div.DivClassName
{
background-color: #C32331;
}
.BgClassName
{
background-color: #C32331;
}
</style>
border-color css
<style>
span { border-color: #C32331; }
span { border-color: rgb(195,35,49); }
td.TdClassName
{
border-color: #C32331;
}
.TagClassName
{
border-color: #C32331;
}
</style>