Shades of Cardinal #C51F31
Tints of Cardinal #C51F31
RGB
CMYK
RGB Variations
Color information
#C51F31 (or 0xC51F31) is known color: Cardinal. HEX triplet: C5, 1F and 31. RGB value is (197,31,49). Sum of RGB (Red+Green+Blue) = 197+31+49=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51F31 is #3AE0CE. Grayscale: #525252. Windows color (decimal): -3858639 or 3219397. OLE color: 3219397.
HSL color Cylindrical-coordinate representation of color #C51F31: hue angle of 353.49º 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 #C51F31 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 49 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.23 |
| HSL | 353.49º | 0.73% | 0.45% | - |
| HSV(B) | 353.49º | 0.84% | 0.77% | - |
| XYZ | 24.07 | 13.07 | 4.16 | - |
| YUV | 82.69 | 109 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 49 | 0 | 0.84 | 0.75 | 0.23 | 353.49 | 0.73 | 0.45 |
| Hex | C5 | 1F | 31 | 0 | 54 | 4B | 17 | 161 | 49 | 2D |
| Octal | 305 | 37 | 61 | 0 | 124 | 113 | 27 | 541 | 111 | 55 |
| Binary | 11000101 | 11111 | 110001 | 0 | 1010100 | 1001011 | 10111 | 101100001 | 1001001 | 101101 |
Color Harmonies of #C51F31
Complementary color
Monochromatic Colors of #C51F31
Black with #C51F31
Text Example
Text Example
White with #C51F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F31; }
p { color: rgb(197,31,49); }
H1.HeaderClassName
{
color: #C51F31;
}
.AnyTagClassName
{
color: #C51F31;
}
</style>
background-color css
<style>
a { background-color: #C51F31; }
a { background-color: rgb(197,31,49); }
div.DivClassName
{
background-color: #C51F31;
}
.BgClassName
{
background-color: #C51F31;
}
</style>
border-color css
<style>
span { border-color: #C51F31; }
span { border-color: rgb(197,31,49); }
td.TdClassName
{
border-color: #C51F31;
}
.TagClassName
{
border-color: #C51F31;
}
</style>