Shades of Cardinal #C51F3C
Tints of Cardinal #C51F3C
RGB
CMYK
RGB Variations
Color information
#C51F3C (or 0xC51F3C) is known color: Cardinal. HEX triplet: C5, 1F and 3C. RGB value is (197,31,60). Sum of RGB (Red+Green+Blue) = 197+31+60=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51F3C is #3AE0C3. Grayscale: #535353. Windows color (decimal): -3858628 or 3940293. OLE color: 3940293.
HSL color Cylindrical-coordinate representation of color #C51F3C: hue angle of 349.52º 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 #C51F3C is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 60 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.23 |
| HSL | 349.52º | 0.73% | 0.45% | - |
| HSV(B) | 349.52º | 0.84% | 0.77% | - |
| XYZ | 24.33 | 13.18 | 5.54 | - |
| YUV | 83.94 | 114.5 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 60 | 0 | 0.84 | 0.70 | 0.23 | 349.52 | 0.73 | 0.45 |
| Hex | C5 | 1F | 3C | 0 | 54 | 46 | 17 | 15E | 49 | 2D |
| Octal | 305 | 37 | 74 | 0 | 124 | 106 | 27 | 536 | 111 | 55 |
| Binary | 11000101 | 11111 | 111100 | 0 | 1010100 | 1000110 | 10111 | 101011110 | 1001001 | 101101 |
Color Harmonies of #C51F3C
Complementary color
Monochromatic Colors of #C51F3C
Black with #C51F3C
Text Example
Text Example
White with #C51F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F3C; }
p { color: rgb(197,31,60); }
H1.HeaderClassName
{
color: #C51F3C;
}
.AnyTagClassName
{
color: #C51F3C;
}
</style>
background-color css
<style>
a { background-color: #C51F3C; }
a { background-color: rgb(197,31,60); }
div.DivClassName
{
background-color: #C51F3C;
}
.BgClassName
{
background-color: #C51F3C;
}
</style>
border-color css
<style>
span { border-color: #C51F3C; }
span { border-color: rgb(197,31,60); }
td.TdClassName
{
border-color: #C51F3C;
}
.TagClassName
{
border-color: #C51F3C;
}
</style>