Shades of Cardinal #C31E49
Tints of Cardinal #C31E49
RGB
CMYK
RGB Variations
Color information
#C31E49 (or 0xC31E49) is known color: Cardinal. HEX triplet: C3, 1E and 49. RGB value is (195,30,73). Sum of RGB (Red+Green+Blue) = 195+30+73=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E49 is #3CE1B6. Grayscale: #545454. Windows color (decimal): -3989943 or 4792003. OLE color: 4792003.
HSL color Cylindrical-coordinate representation of color #C31E49: hue angle of 344.36º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31E49 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 73 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.24 |
| HSL | 344.36º | 0.73% | 0.44% | - |
| HSV(B) | 344.36º | 0.85% | 0.76% | - |
| XYZ | 24.17 | 13.01 | 7.54 | - |
| YUV | 84.24 | 121.66 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 73 | 0 | 0.85 | 0.63 | 0.24 | 344.36 | 0.73 | 0.44 |
| Hex | C3 | 1E | 49 | 0 | 55 | 3F | 18 | 158 | 49 | 2C |
| Octal | 303 | 36 | 111 | 0 | 125 | 77 | 30 | 530 | 111 | 54 |
| Binary | 11000011 | 11110 | 1001001 | 0 | 1010101 | 111111 | 11000 | 101011000 | 1001001 | 101100 |
Color Harmonies of #C31E49
Complementary color
Monochromatic Colors of #C31E49
Black with #C31E49
Text Example
Text Example
White with #C31E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31E49; }
p { color: rgb(195,30,73); }
H1.HeaderClassName
{
color: #C31E49;
}
.AnyTagClassName
{
color: #C31E49;
}
</style>
background-color css
<style>
a { background-color: #C31E49; }
a { background-color: rgb(195,30,73); }
div.DivClassName
{
background-color: #C31E49;
}
.BgClassName
{
background-color: #C31E49;
}
</style>
border-color css
<style>
span { border-color: #C31E49; }
span { border-color: rgb(195,30,73); }
td.TdClassName
{
border-color: #C31E49;
}
.TagClassName
{
border-color: #C31E49;
}
</style>