Shades of Cardinal #C52633
Tints of Cardinal #C52633
RGB
CMYK
RGB Variations
Color information
#C52633 (or 0xC52633) is known color: Cardinal. HEX triplet: C5, 26 and 33. RGB value is (197,38,51). Sum of RGB (Red+Green+Blue) = 197+38+51=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C52633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52633 is #3AD9CC. Grayscale: #575757. Windows color (decimal): -3856845 or 3352261. OLE color: 3352261.
HSL color Cylindrical-coordinate representation of color #C52633: hue angle of 355.09º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52633 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 51 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.23 |
| HSL | 355.09º | 0.68% | 0.46% | - |
| HSV(B) | 355.09º | 0.81% | 0.77% | - |
| XYZ | 24.32 | 13.5 | 4.46 | - |
| YUV | 87.02 | 107.68 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 51 | 0 | 0.81 | 0.74 | 0.23 | 355.09 | 0.68 | 0.46 |
| Hex | C5 | 26 | 33 | 0 | 51 | 4A | 17 | 163 | 44 | 2E |
| Octal | 305 | 46 | 63 | 0 | 121 | 112 | 27 | 543 | 104 | 56 |
| Binary | 11000101 | 100110 | 110011 | 0 | 1010001 | 1001010 | 10111 | 101100011 | 1000100 | 101110 |
Color Harmonies of #C52633
Complementary color
Monochromatic Colors of #C52633
Black with #C52633
Text Example
Text Example
White with #C52633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52633; }
p { color: rgb(197,38,51); }
H1.HeaderClassName
{
color: #C52633;
}
.AnyTagClassName
{
color: #C52633;
}
</style>
background-color css
<style>
a { background-color: #C52633; }
a { background-color: rgb(197,38,51); }
div.DivClassName
{
background-color: #C52633;
}
.BgClassName
{
background-color: #C52633;
}
</style>
border-color css
<style>
span { border-color: #C52633; }
span { border-color: rgb(197,38,51); }
td.TdClassName
{
border-color: #C52633;
}
.TagClassName
{
border-color: #C52633;
}
</style>