Shades of Cardinal #C52344
Tints of Cardinal #C52344
RGB
CMYK
RGB Variations
Color information
#C52344 (or 0xC52344) is known color: Cardinal. HEX triplet: C5, 23 and 44. RGB value is (197,35,68). Sum of RGB (Red+Green+Blue) = 197+35+68=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C52344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52344 is #3ADCBB. Grayscale: #575757. Windows color (decimal): -3857596 or 4465605. OLE color: 4465605.
HSL color Cylindrical-coordinate representation of color #C52344: hue angle of 347.78º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52344 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 68 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.23 |
| HSL | 347.78º | 0.7% | 0.45% | - |
| HSV(B) | 347.78º | 0.82% | 0.77% | - |
| XYZ | 24.67 | 13.49 | 6.77 | - |
| YUV | 87.2 | 117.17 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 68 | 0 | 0.82 | 0.65 | 0.23 | 347.78 | 0.7 | 0.45 |
| Hex | C5 | 23 | 44 | 0 | 52 | 41 | 17 | 15C | 46 | 2D |
| Octal | 305 | 43 | 104 | 0 | 122 | 101 | 27 | 534 | 106 | 55 |
| Binary | 11000101 | 100011 | 1000100 | 0 | 1010010 | 1000001 | 10111 | 101011100 | 1000110 | 101101 |
Color Harmonies of #C52344
Complementary color
Monochromatic Colors of #C52344
Black with #C52344
Text Example
Text Example
White with #C52344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52344; }
p { color: rgb(197,35,68); }
H1.HeaderClassName
{
color: #C52344;
}
.AnyTagClassName
{
color: #C52344;
}
</style>
background-color css
<style>
a { background-color: #C52344; }
a { background-color: rgb(197,35,68); }
div.DivClassName
{
background-color: #C52344;
}
.BgClassName
{
background-color: #C52344;
}
</style>
border-color css
<style>
span { border-color: #C52344; }
span { border-color: rgb(197,35,68); }
td.TdClassName
{
border-color: #C52344;
}
.TagClassName
{
border-color: #C52344;
}
</style>