Shades of Cardinal #C51738
Tints of Cardinal #C51738
RGB
CMYK
RGB Variations
Color information
#C51738 (or 0xC51738) is known color: Cardinal. HEX triplet: C5, 17 and 38. RGB value is (197,23,56). Sum of RGB (Red+Green+Blue) = 197+23+56=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C51738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51738 is #3AE8C7. Grayscale: #4E4E4E. Windows color (decimal): -3860680 or 3676101. OLE color: 3676101.
HSL color Cylindrical-coordinate representation of color #C51738: hue angle of 348.62º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51738 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 56 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.23 |
| HSL | 348.62º | 0.79% | 0.43% | - |
| HSV(B) | 348.62º | 0.88% | 0.77% | - |
| XYZ | 24.05 | 12.77 | 4.94 | - |
| YUV | 78.79 | 115.15 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 56 | 0 | 0.88 | 0.72 | 0.23 | 348.62 | 0.79 | 0.43 |
| Hex | C5 | 17 | 38 | 0 | 58 | 48 | 17 | 15D | 4F | 2B |
| Octal | 305 | 27 | 70 | 0 | 130 | 110 | 27 | 535 | 117 | 53 |
| Binary | 11000101 | 10111 | 111000 | 0 | 1011000 | 1001000 | 10111 | 101011101 | 1001111 | 101011 |
Color Harmonies of #C51738
Complementary color
Monochromatic Colors of #C51738
Black with #C51738
Text Example
Text Example
White with #C51738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51738; }
p { color: rgb(197,23,56); }
H1.HeaderClassName
{
color: #C51738;
}
.AnyTagClassName
{
color: #C51738;
}
</style>
background-color css
<style>
a { background-color: #C51738; }
a { background-color: rgb(197,23,56); }
div.DivClassName
{
background-color: #C51738;
}
.BgClassName
{
background-color: #C51738;
}
</style>
border-color css
<style>
span { border-color: #C51738; }
span { border-color: rgb(197,23,56); }
td.TdClassName
{
border-color: #C51738;
}
.TagClassName
{
border-color: #C51738;
}
</style>