Shades of Cardinal #C52835
Tints of Cardinal #C52835
RGB
CMYK
RGB Variations
Color information
#C52835 (or 0xC52835) is known color: Cardinal. HEX triplet: C5, 28 and 35. RGB value is (197,40,53). Sum of RGB (Red+Green+Blue) = 197+40+53=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C52835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52835 is #3AD7CA. Grayscale: #585858. Windows color (decimal): -3856331 or 3483845. OLE color: 3483845.
HSL color Cylindrical-coordinate representation of color #C52835: hue angle of 355.03º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52835 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 53 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.23 |
| HSL | 355.03º | 0.66% | 0.46% | - |
| HSV(B) | 355.03º | 0.8% | 0.77% | - |
| XYZ | 24.43 | 13.64 | 4.71 | - |
| YUV | 88.43 | 108.01 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 53 | 0 | 0.80 | 0.73 | 0.23 | 355.03 | 0.66 | 0.46 |
| Hex | C5 | 28 | 35 | 0 | 50 | 49 | 17 | 163 | 42 | 2E |
| Octal | 305 | 50 | 65 | 0 | 120 | 111 | 27 | 543 | 102 | 56 |
| Binary | 11000101 | 101000 | 110101 | 0 | 1010000 | 1001001 | 10111 | 101100011 | 1000010 | 101110 |
Color Harmonies of #C52835
Complementary color
Monochromatic Colors of #C52835
Black with #C52835
Text Example
Text Example
White with #C52835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52835; }
p { color: rgb(197,40,53); }
H1.HeaderClassName
{
color: #C52835;
}
.AnyTagClassName
{
color: #C52835;
}
</style>
background-color css
<style>
a { background-color: #C52835; }
a { background-color: rgb(197,40,53); }
div.DivClassName
{
background-color: #C52835;
}
.BgClassName
{
background-color: #C52835;
}
</style>
border-color css
<style>
span { border-color: #C52835; }
span { border-color: rgb(197,40,53); }
td.TdClassName
{
border-color: #C52835;
}
.TagClassName
{
border-color: #C52835;
}
</style>