Shades of Cardinal #C51E3F
Tints of Cardinal #C51E3F
RGB
CMYK
RGB Variations
Color information
#C51E3F (or 0xC51E3F) is known color: Cardinal. HEX triplet: C5, 1E and 3F. RGB value is (197,30,63). Sum of RGB (Red+Green+Blue) = 197+30+63=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E3F is #3AE1C0. Grayscale: #535353. Windows color (decimal): -3858881 or 4136645. OLE color: 4136645.
HSL color Cylindrical-coordinate representation of color #C51E3F: hue angle of 348.14º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51E3F is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 63 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.23 |
| HSL | 348.14º | 0.74% | 0.45% | - |
| HSV(B) | 348.14º | 0.85% | 0.77% | - |
| XYZ | 24.39 | 13.16 | 5.96 | - |
| YUV | 83.7 | 116.33 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 63 | 0 | 0.85 | 0.68 | 0.23 | 348.14 | 0.74 | 0.45 |
| Hex | C5 | 1E | 3F | 0 | 55 | 44 | 17 | 15C | 4A | 2D |
| Octal | 305 | 36 | 77 | 0 | 125 | 104 | 27 | 534 | 112 | 55 |
| Binary | 11000101 | 11110 | 111111 | 0 | 1010101 | 1000100 | 10111 | 101011100 | 1001010 | 101101 |
Color Harmonies of #C51E3F
Complementary color
Monochromatic Colors of #C51E3F
Black with #C51E3F
Text Example
Text Example
White with #C51E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51E3F; }
p { color: rgb(197,30,63); }
H1.HeaderClassName
{
color: #C51E3F;
}
.AnyTagClassName
{
color: #C51E3F;
}
</style>
background-color css
<style>
a { background-color: #C51E3F; }
a { background-color: rgb(197,30,63); }
div.DivClassName
{
background-color: #C51E3F;
}
.BgClassName
{
background-color: #C51E3F;
}
</style>
border-color css
<style>
span { border-color: #C51E3F; }
span { border-color: rgb(197,30,63); }
td.TdClassName
{
border-color: #C51E3F;
}
.TagClassName
{
border-color: #C51E3F;
}
</style>