Shades of Cardinal #C52735
Tints of Cardinal #C52735
RGB
CMYK
RGB Variations
Color information
#C52735 (or 0xC52735) is known color: Cardinal. HEX triplet: C5, 27 and 35. RGB value is (197,39,53). Sum of RGB (Red+Green+Blue) = 197+39+53=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C52735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52735 is #3AD8CA. Grayscale: #575757. Windows color (decimal): -3856587 or 3483589. OLE color: 3483589.
HSL color Cylindrical-coordinate representation of color #C52735: hue angle of 354.68º degrees, saturation: 0.67, 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 #C52735 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 53 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.23 |
| HSL | 354.68º | 0.67% | 0.46% | - |
| HSV(B) | 354.68º | 0.8% | 0.77% | - |
| XYZ | 24.39 | 13.58 | 4.7 | - |
| YUV | 87.84 | 108.35 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 53 | 0 | 0.80 | 0.73 | 0.23 | 354.68 | 0.67 | 0.46 |
| Hex | C5 | 27 | 35 | 0 | 50 | 49 | 17 | 163 | 43 | 2E |
| Octal | 305 | 47 | 65 | 0 | 120 | 111 | 27 | 543 | 103 | 56 |
| Binary | 11000101 | 100111 | 110101 | 0 | 1010000 | 1001001 | 10111 | 101100011 | 1000011 | 101110 |
Color Harmonies of #C52735
Complementary color
Monochromatic Colors of #C52735
Black with #C52735
Text Example
Text Example
White with #C52735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52735; }
p { color: rgb(197,39,53); }
H1.HeaderClassName
{
color: #C52735;
}
.AnyTagClassName
{
color: #C52735;
}
</style>
background-color css
<style>
a { background-color: #C52735; }
a { background-color: rgb(197,39,53); }
div.DivClassName
{
background-color: #C52735;
}
.BgClassName
{
background-color: #C52735;
}
</style>
border-color css
<style>
span { border-color: #C52735; }
span { border-color: rgb(197,39,53); }
td.TdClassName
{
border-color: #C52735;
}
.TagClassName
{
border-color: #C52735;
}
</style>