Shades of Cardinal #C31930
Tints of Cardinal #C31930
RGB
CMYK
RGB Variations
Color information
#C31930 (or 0xC31930) is known color: Cardinal. HEX triplet: C3, 19 and 30. RGB value is (195,25,48). Sum of RGB (Red+Green+Blue) = 195+25+48=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C31930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31930 is #3CE6CF. Grayscale: #4E4E4E. Windows color (decimal): -3991248 or 3152323. OLE color: 3152323.
HSL color Cylindrical-coordinate representation of color #C31930: hue angle of 351.88º 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 #C31930 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 48 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.24 |
| HSL | 351.88º | 0.77% | 0.43% | - |
| HSV(B) | 351.88º | 0.87% | 0.76% | - |
| XYZ | 23.39 | 12.51 | 3.98 | - |
| YUV | 78.45 | 110.82 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 48 | 0 | 0.87 | 0.75 | 0.24 | 351.88 | 0.77 | 0.43 |
| Hex | C3 | 19 | 30 | 0 | 57 | 4B | 18 | 160 | 4D | 2B |
| Octal | 303 | 31 | 60 | 0 | 127 | 113 | 30 | 540 | 115 | 53 |
| Binary | 11000011 | 11001 | 110000 | 0 | 1010111 | 1001011 | 11000 | 101100000 | 1001101 | 101011 |
Color Harmonies of #C31930
Complementary color
Monochromatic Colors of #C31930
Black with #C31930
Text Example
Text Example
White with #C31930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31930; }
p { color: rgb(195,25,48); }
H1.HeaderClassName
{
color: #C31930;
}
.AnyTagClassName
{
color: #C31930;
}
</style>
background-color css
<style>
a { background-color: #C31930; }
a { background-color: rgb(195,25,48); }
div.DivClassName
{
background-color: #C31930;
}
.BgClassName
{
background-color: #C31930;
}
</style>
border-color css
<style>
span { border-color: #C31930; }
span { border-color: rgb(195,25,48); }
td.TdClassName
{
border-color: #C31930;
}
.TagClassName
{
border-color: #C31930;
}
</style>