Shades of Cardinal #C52242
Tints of Cardinal #C52242
RGB
CMYK
RGB Variations
Color information
#C52242 (or 0xC52242) is known color: Cardinal. HEX triplet: C5, 22 and 42. RGB value is (197,34,66). Sum of RGB (Red+Green+Blue) = 197+34+66=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C52242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52242 is #3ADDBD. Grayscale: #565656. Windows color (decimal): -3857854 or 4334277. OLE color: 4334277.
HSL color Cylindrical-coordinate representation of color #C52242: hue angle of 348.22º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C52242 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 66 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.23 |
| HSL | 348.22º | 0.71% | 0.45% | - |
| HSV(B) | 348.22º | 0.83% | 0.77% | - |
| XYZ | 24.58 | 13.41 | 6.45 | - |
| YUV | 86.39 | 116.5 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 66 | 0 | 0.83 | 0.66 | 0.23 | 348.22 | 0.71 | 0.45 |
| Hex | C5 | 22 | 42 | 0 | 53 | 42 | 17 | 15C | 47 | 2D |
| Octal | 305 | 42 | 102 | 0 | 123 | 102 | 27 | 534 | 107 | 55 |
| Binary | 11000101 | 100010 | 1000010 | 0 | 1010011 | 1000010 | 10111 | 101011100 | 1000111 | 101101 |
Color Harmonies of #C52242
Complementary color
Monochromatic Colors of #C52242
Black with #C52242
Text Example
Text Example
White with #C52242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52242; }
p { color: rgb(197,34,66); }
H1.HeaderClassName
{
color: #C52242;
}
.AnyTagClassName
{
color: #C52242;
}
</style>
background-color css
<style>
a { background-color: #C52242; }
a { background-color: rgb(197,34,66); }
div.DivClassName
{
background-color: #C52242;
}
.BgClassName
{
background-color: #C52242;
}
</style>
border-color css
<style>
span { border-color: #C52242; }
span { border-color: rgb(197,34,66); }
td.TdClassName
{
border-color: #C52242;
}
.TagClassName
{
border-color: #C52242;
}
</style>