Shades of Cardinal #C5133F
Tints of Cardinal #C5133F
RGB
CMYK
RGB Variations
Color information
#C5133F (or 0xC5133F) is known color: Cardinal. HEX triplet: C5, 13 and 3F. RGB value is (197,19,63). Sum of RGB (Red+Green+Blue) = 197+19+63=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C5133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5133F is #3AECC0. Grayscale: #4D4D4D. Windows color (decimal): -3861697 or 4133829. OLE color: 4133829.
HSL color Cylindrical-coordinate representation of color #C5133F: hue angle of 345.17º 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 #C5133F is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 63 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.23 |
| HSL | 345.17º | 0.82% | 0.42% | - |
| HSV(B) | 345.17º | 0.9% | 0.77% | - |
| XYZ | 24.16 | 12.69 | 5.88 | - |
| YUV | 77.24 | 119.97 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 63 | 0 | 0.90 | 0.68 | 0.23 | 345.17 | 0.82 | 0.42 |
| Hex | C5 | 13 | 3F | 0 | 5A | 44 | 17 | 159 | 52 | 2A |
| Octal | 305 | 23 | 77 | 0 | 132 | 104 | 27 | 531 | 122 | 52 |
| Binary | 11000101 | 10011 | 111111 | 0 | 1011010 | 1000100 | 10111 | 101011001 | 1010010 | 101010 |
Color Harmonies of #C5133F
Complementary color
Monochromatic Colors of #C5133F
Black with #C5133F
Text Example
Text Example
White with #C5133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5133F; }
p { color: rgb(197,19,63); }
H1.HeaderClassName
{
color: #C5133F;
}
.AnyTagClassName
{
color: #C5133F;
}
</style>
background-color css
<style>
a { background-color: #C5133F; }
a { background-color: rgb(197,19,63); }
div.DivClassName
{
background-color: #C5133F;
}
.BgClassName
{
background-color: #C5133F;
}
</style>
border-color css
<style>
span { border-color: #C5133F; }
span { border-color: rgb(197,19,63); }
td.TdClassName
{
border-color: #C5133F;
}
.TagClassName
{
border-color: #C5133F;
}
</style>