Shades of Cardinal #C31946
Tints of Cardinal #C31946
RGB
CMYK
RGB Variations
Color information
#C31946 (or 0xC31946) is known color: Cardinal. HEX triplet: C3, 19 and 46. RGB value is (195,25,70). Sum of RGB (Red+Green+Blue) = 195+25+70=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C31946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31946 is #3CE6B9. Grayscale: #505050. Windows color (decimal): -3991226 or 4594115. OLE color: 4594115.
HSL color Cylindrical-coordinate representation of color #C31946: hue angle of 344.12º 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 #C31946 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 70 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.24 |
| HSL | 344.12º | 0.77% | 0.43% | - |
| HSV(B) | 344.12º | 0.87% | 0.76% | - |
| XYZ | 23.96 | 12.74 | 6.99 | - |
| YUV | 80.96 | 121.82 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 70 | 0 | 0.87 | 0.64 | 0.24 | 344.12 | 0.77 | 0.43 |
| Hex | C3 | 19 | 46 | 0 | 57 | 40 | 18 | 158 | 4D | 2B |
| Octal | 303 | 31 | 106 | 0 | 127 | 100 | 30 | 530 | 115 | 53 |
| Binary | 11000011 | 11001 | 1000110 | 0 | 1010111 | 1000000 | 11000 | 101011000 | 1001101 | 101011 |
Color Harmonies of #C31946
Complementary color
Monochromatic Colors of #C31946
Black with #C31946
Text Example
Text Example
White with #C31946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31946; }
p { color: rgb(195,25,70); }
H1.HeaderClassName
{
color: #C31946;
}
.AnyTagClassName
{
color: #C31946;
}
</style>
background-color css
<style>
a { background-color: #C31946; }
a { background-color: rgb(195,25,70); }
div.DivClassName
{
background-color: #C31946;
}
.BgClassName
{
background-color: #C31946;
}
</style>
border-color css
<style>
span { border-color: #C31946; }
span { border-color: rgb(195,25,70); }
td.TdClassName
{
border-color: #C31946;
}
.TagClassName
{
border-color: #C31946;
}
</style>