Shades of Cardinal #C51F48
Tints of Cardinal #C51F48
RGB
CMYK
RGB Variations
Color information
#C51F48 (or 0xC51F48) is known color: Cardinal. HEX triplet: C5, 1F and 48. RGB value is (197,31,72). Sum of RGB (Red+Green+Blue) = 197+31+72=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51F48 is #3AE0B7. Grayscale: #555555. Windows color (decimal): -3858616 or 4726725. OLE color: 4726725.
HSL color Cylindrical-coordinate representation of color #C51F48: hue angle of 345.18º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51F48 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 72 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.23 |
| HSL | 345.18º | 0.73% | 0.45% | - |
| HSV(B) | 345.18º | 0.84% | 0.77% | - |
| XYZ | 24.69 | 13.32 | 7.4 | - |
| YUV | 85.31 | 120.5 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 72 | 0 | 0.84 | 0.63 | 0.23 | 345.18 | 0.73 | 0.45 |
| Hex | C5 | 1F | 48 | 0 | 54 | 3F | 17 | 159 | 49 | 2D |
| Octal | 305 | 37 | 110 | 0 | 124 | 77 | 27 | 531 | 111 | 55 |
| Binary | 11000101 | 11111 | 1001000 | 0 | 1010100 | 111111 | 10111 | 101011001 | 1001001 | 101101 |
Color Harmonies of #C51F48
Complementary color
Monochromatic Colors of #C51F48
Black with #C51F48
Text Example
Text Example
White with #C51F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F48; }
p { color: rgb(197,31,72); }
H1.HeaderClassName
{
color: #C51F48;
}
.AnyTagClassName
{
color: #C51F48;
}
</style>
background-color css
<style>
a { background-color: #C51F48; }
a { background-color: rgb(197,31,72); }
div.DivClassName
{
background-color: #C51F48;
}
.BgClassName
{
background-color: #C51F48;
}
</style>
border-color css
<style>
span { border-color: #C51F48; }
span { border-color: rgb(197,31,72); }
td.TdClassName
{
border-color: #C51F48;
}
.TagClassName
{
border-color: #C51F48;
}
</style>