Shades of Cardinal #C51E2D
Tints of Cardinal #C51E2D
RGB
CMYK
RGB Variations
Color information
#C51E2D (or 0xC51E2D) is known color: Cardinal. HEX triplet: C5, 1E and 2D. RGB value is (197,30,45). Sum of RGB (Red+Green+Blue) = 197+30+45=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E2D is #3AE1D2. Grayscale: #515151. Windows color (decimal): -3858899 or 2956997. OLE color: 2956997.
HSL color Cylindrical-coordinate representation of color #C51E2D: hue angle of 354.61º 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 #C51E2D is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 45 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.23 |
| HSL | 354.61º | 0.74% | 0.45% | - |
| HSV(B) | 354.61º | 0.85% | 0.77% | - |
| XYZ | 23.96 | 12.99 | 3.73 | - |
| YUV | 81.64 | 107.33 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 45 | 0 | 0.85 | 0.77 | 0.23 | 354.61 | 0.74 | 0.45 |
| Hex | C5 | 1E | 2D | 0 | 55 | 4D | 17 | 163 | 4A | 2D |
| Octal | 305 | 36 | 55 | 0 | 125 | 115 | 27 | 543 | 112 | 55 |
| Binary | 11000101 | 11110 | 101101 | 0 | 1010101 | 1001101 | 10111 | 101100011 | 1001010 | 101101 |
Color Harmonies of #C51E2D
Complementary color
Monochromatic Colors of #C51E2D
Black with #C51E2D
Text Example
Text Example
White with #C51E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51E2D; }
p { color: rgb(197,30,45); }
H1.HeaderClassName
{
color: #C51E2D;
}
.AnyTagClassName
{
color: #C51E2D;
}
</style>
background-color css
<style>
a { background-color: #C51E2D; }
a { background-color: rgb(197,30,45); }
div.DivClassName
{
background-color: #C51E2D;
}
.BgClassName
{
background-color: #C51E2D;
}
</style>
border-color css
<style>
span { border-color: #C51E2D; }
span { border-color: rgb(197,30,45); }
td.TdClassName
{
border-color: #C51E2D;
}
.TagClassName
{
border-color: #C51E2D;
}
</style>