Shades of Cardinal #C5182C
Tints of Cardinal #C5182C
RGB
CMYK
RGB Variations
Color information
#C5182C (or 0xC5182C) is known color: Cardinal. HEX triplet: C5, 18 and 2C. RGB value is (197,24,44). Sum of RGB (Red+Green+Blue) = 197+24+44=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C5182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5182C is #3AE7D3. Grayscale: #4E4E4E. Windows color (decimal): -3860436 or 2889925. OLE color: 2889925.
HSL color Cylindrical-coordinate representation of color #C5182C: hue angle of 353.06º degrees, saturation: 0.78, 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 #C5182C is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 44 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.23 |
| HSL | 353.06º | 0.78% | 0.43% | - |
| HSV(B) | 353.06º | 0.88% | 0.77% | - |
| XYZ | 23.81 | 12.71 | 3.58 | - |
| YUV | 78.01 | 108.81 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 44 | 0 | 0.88 | 0.78 | 0.23 | 353.06 | 0.78 | 0.43 |
| Hex | C5 | 18 | 2C | 0 | 58 | 4E | 17 | 161 | 4E | 2B |
| Octal | 305 | 30 | 54 | 0 | 130 | 116 | 27 | 541 | 116 | 53 |
| Binary | 11000101 | 11000 | 101100 | 0 | 1011000 | 1001110 | 10111 | 101100001 | 1001110 | 101011 |
Color Harmonies of #C5182C
Complementary color
Monochromatic Colors of #C5182C
Black with #C5182C
Text Example
Text Example
White with #C5182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5182C; }
p { color: rgb(197,24,44); }
H1.HeaderClassName
{
color: #C5182C;
}
.AnyTagClassName
{
color: #C5182C;
}
</style>
background-color css
<style>
a { background-color: #C5182C; }
a { background-color: rgb(197,24,44); }
div.DivClassName
{
background-color: #C5182C;
}
.BgClassName
{
background-color: #C5182C;
}
</style>
border-color css
<style>
span { border-color: #C5182C; }
span { border-color: rgb(197,24,44); }
td.TdClassName
{
border-color: #C5182C;
}
.TagClassName
{
border-color: #C5182C;
}
</style>