Shades of Cardinal #C5133B
Tints of Cardinal #C5133B
RGB
CMYK
RGB Variations
Color information
#C5133B (or 0xC5133B) is known color: Cardinal. HEX triplet: C5, 13 and 3B. RGB value is (197,19,59). Sum of RGB (Red+Green+Blue) = 197+19+59=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C5133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5133B is #3AECC4. Grayscale: #4C4C4C. Windows color (decimal): -3861701 or 3871685. OLE color: 3871685.
HSL color Cylindrical-coordinate representation of color #C5133B: hue angle of 346.52º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5133B is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 59 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.23 |
| HSL | 346.52º | 0.82% | 0.42% | - |
| HSV(B) | 346.52º | 0.9% | 0.77% | - |
| XYZ | 24.05 | 12.65 | 5.31 | - |
| YUV | 76.78 | 117.97 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 59 | 0 | 0.90 | 0.70 | 0.23 | 346.52 | 0.82 | 0.42 |
| Hex | C5 | 13 | 3B | 0 | 5A | 46 | 17 | 15B | 52 | 2A |
| Octal | 305 | 23 | 73 | 0 | 132 | 106 | 27 | 533 | 122 | 52 |
| Binary | 11000101 | 10011 | 111011 | 0 | 1011010 | 1000110 | 10111 | 101011011 | 1010010 | 101010 |
Color Harmonies of #C5133B
Complementary color
Monochromatic Colors of #C5133B
Black with #C5133B
Text Example
Text Example
White with #C5133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5133B; }
p { color: rgb(197,19,59); }
H1.HeaderClassName
{
color: #C5133B;
}
.AnyTagClassName
{
color: #C5133B;
}
</style>
background-color css
<style>
a { background-color: #C5133B; }
a { background-color: rgb(197,19,59); }
div.DivClassName
{
background-color: #C5133B;
}
.BgClassName
{
background-color: #C5133B;
}
</style>
border-color css
<style>
span { border-color: #C5133B; }
span { border-color: rgb(197,19,59); }
td.TdClassName
{
border-color: #C5133B;
}
.TagClassName
{
border-color: #C5133B;
}
</style>