Shades of Cardinal #C52736
Tints of Cardinal #C52736
RGB
CMYK
RGB Variations
Color information
#C52736 (or 0xC52736) is known color: Cardinal. HEX triplet: C5, 27 and 36. RGB value is (197,39,54). Sum of RGB (Red+Green+Blue) = 197+39+54=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C52736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52736 is #3AD8C9. Grayscale: #585858. Windows color (decimal): -3856586 or 3549125. OLE color: 3549125.
HSL color Cylindrical-coordinate representation of color #C52736: hue angle of 354.3º 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 #C52736 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 54 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.23 |
| HSL | 354.3º | 0.67% | 0.46% | - |
| HSV(B) | 354.3º | 0.8% | 0.77% | - |
| XYZ | 24.42 | 13.59 | 4.83 | - |
| YUV | 87.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 54 | 0 | 0.80 | 0.73 | 0.23 | 354.3 | 0.67 | 0.46 |
| Hex | C5 | 27 | 36 | 0 | 50 | 49 | 17 | 162 | 43 | 2E |
| Octal | 305 | 47 | 66 | 0 | 120 | 111 | 27 | 542 | 103 | 56 |
| Binary | 11000101 | 100111 | 110110 | 0 | 1010000 | 1001001 | 10111 | 101100010 | 1000011 | 101110 |
Color Harmonies of #C52736
Complementary color
Monochromatic Colors of #C52736
Black with #C52736
Text Example
Text Example
White with #C52736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52736; }
p { color: rgb(197,39,54); }
H1.HeaderClassName
{
color: #C52736;
}
.AnyTagClassName
{
color: #C52736;
}
</style>
background-color css
<style>
a { background-color: #C52736; }
a { background-color: rgb(197,39,54); }
div.DivClassName
{
background-color: #C52736;
}
.BgClassName
{
background-color: #C52736;
}
</style>
border-color css
<style>
span { border-color: #C52736; }
span { border-color: rgb(197,39,54); }
td.TdClassName
{
border-color: #C52736;
}
.TagClassName
{
border-color: #C52736;
}
</style>