Shades of Cardinal #C31F48
Tints of Cardinal #C31F48
RGB
CMYK
RGB Variations
Color information
#C31F48 (or 0xC31F48) is known color: Cardinal. HEX triplet: C3, 1F and 48. RGB value is (195,31,72). Sum of RGB (Red+Green+Blue) = 195+31+72=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31F48 is #3CE0B7. Grayscale: #545454. Windows color (decimal): -3989688 or 4726723. OLE color: 4726723.
HSL color Cylindrical-coordinate representation of color #C31F48: hue angle of 345º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31F48 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 72 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.24 |
| HSL | 345º | 0.73% | 0.44% | - |
| HSV(B) | 345º | 0.84% | 0.76% | - |
| XYZ | 24.17 | 13.05 | 7.38 | - |
| YUV | 84.71 | 120.83 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 72 | 0 | 0.84 | 0.63 | 0.24 | 345 | 0.73 | 0.44 |
| Hex | C3 | 1F | 48 | 0 | 54 | 3F | 18 | 159 | 49 | 2C |
| Octal | 303 | 37 | 110 | 0 | 124 | 77 | 30 | 531 | 111 | 54 |
| Binary | 11000011 | 11111 | 1001000 | 0 | 1010100 | 111111 | 11000 | 101011001 | 1001001 | 101100 |
Color Harmonies of #C31F48
Complementary color
Monochromatic Colors of #C31F48
Black with #C31F48
Text Example
Text Example
White with #C31F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F48; }
p { color: rgb(195,31,72); }
H1.HeaderClassName
{
color: #C31F48;
}
.AnyTagClassName
{
color: #C31F48;
}
</style>
background-color css
<style>
a { background-color: #C31F48; }
a { background-color: rgb(195,31,72); }
div.DivClassName
{
background-color: #C31F48;
}
.BgClassName
{
background-color: #C31F48;
}
</style>
border-color css
<style>
span { border-color: #C31F48; }
span { border-color: rgb(195,31,72); }
td.TdClassName
{
border-color: #C31F48;
}
.TagClassName
{
border-color: #C31F48;
}
</style>