Shades of Cardinal #C5052F
Tints of Cardinal #C5052F
RGB
CMYK
RGB Variations
Color information
#C5052F (or 0xC5052F) is known color: Cardinal. HEX triplet: C5, 05 and 2F. RGB value is (197,5,47). Sum of RGB (Red+Green+Blue) = 197+5+47=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C5052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5052F is #3AFAD0. Grayscale: #434343. Windows color (decimal): -3865297 or 3081669. OLE color: 3081669.
HSL color Cylindrical-coordinate representation of color #C5052F: hue angle of 346.88º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5052F is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 47 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.23 |
| HSL | 346.88º | 0.95% | 0.4% | - |
| HSV(B) | 346.88º | 0.97% | 0.77% | - |
| XYZ | 23.59 | 12.18 | 3.8 | - |
| YUV | 67.2 | 116.61 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 47 | 0 | 0.97 | 0.76 | 0.23 | 346.88 | 0.95 | 0.4 |
| Hex | C5 | 5 | 2F | 0 | 61 | 4C | 17 | 15B | 5F | 28 |
| Octal | 305 | 5 | 57 | 0 | 141 | 114 | 27 | 533 | 137 | 50 |
| Binary | 11000101 | 101 | 101111 | 0 | 1100001 | 1001100 | 10111 | 101011011 | 1011111 | 101000 |
Color Harmonies of #C5052F
Complementary color
Monochromatic Colors of #C5052F
Black with #C5052F
Text Example
Text Example
White with #C5052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5052F; }
p { color: rgb(197,5,47); }
H1.HeaderClassName
{
color: #C5052F;
}
.AnyTagClassName
{
color: #C5052F;
}
</style>
background-color css
<style>
a { background-color: #C5052F; }
a { background-color: rgb(197,5,47); }
div.DivClassName
{
background-color: #C5052F;
}
.BgClassName
{
background-color: #C5052F;
}
</style>
border-color css
<style>
span { border-color: #C5052F; }
span { border-color: rgb(197,5,47); }
td.TdClassName
{
border-color: #C5052F;
}
.TagClassName
{
border-color: #C5052F;
}
</style>