Shades of Cardinal #C31932
Tints of Cardinal #C31932
RGB
CMYK
RGB Variations
Color information
#C31932 (or 0xC31932) is known color: Cardinal. HEX triplet: C3, 19 and 32. RGB value is (195,25,50). Sum of RGB (Red+Green+Blue) = 195+25+50=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C31932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31932 is #3CE6CD. Grayscale: #4E4E4E. Windows color (decimal): -3991246 or 3283395. OLE color: 3283395.
HSL color Cylindrical-coordinate representation of color #C31932: hue angle of 351.18º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31932 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 50 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.24 |
| HSL | 351.18º | 0.77% | 0.43% | - |
| HSV(B) | 351.18º | 0.87% | 0.76% | - |
| XYZ | 23.43 | 12.53 | 4.2 | - |
| YUV | 78.68 | 111.82 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 50 | 0 | 0.87 | 0.74 | 0.24 | 351.18 | 0.77 | 0.43 |
| Hex | C3 | 19 | 32 | 0 | 57 | 4A | 18 | 15F | 4D | 2B |
| Octal | 303 | 31 | 62 | 0 | 127 | 112 | 30 | 537 | 115 | 53 |
| Binary | 11000011 | 11001 | 110010 | 0 | 1010111 | 1001010 | 11000 | 101011111 | 1001101 | 101011 |
Color Harmonies of #C31932
Complementary color
Monochromatic Colors of #C31932
Black with #C31932
Text Example
Text Example
White with #C31932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31932; }
p { color: rgb(195,25,50); }
H1.HeaderClassName
{
color: #C31932;
}
.AnyTagClassName
{
color: #C31932;
}
</style>
background-color css
<style>
a { background-color: #C31932; }
a { background-color: rgb(195,25,50); }
div.DivClassName
{
background-color: #C31932;
}
.BgClassName
{
background-color: #C31932;
}
</style>
border-color css
<style>
span { border-color: #C31932; }
span { border-color: rgb(195,25,50); }
td.TdClassName
{
border-color: #C31932;
}
.TagClassName
{
border-color: #C31932;
}
</style>