Shades of Cardinal #C52433
Tints of Cardinal #C52433
RGB
CMYK
RGB Variations
Color information
#C52433 (or 0xC52433) is known color: Cardinal. HEX triplet: C5, 24 and 33. RGB value is (197,36,51). Sum of RGB (Red+Green+Blue) = 197+36+51=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C52433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52433 is #3ADBCC. Grayscale: #555555. Windows color (decimal): -3857357 or 3351749. OLE color: 3351749.
HSL color Cylindrical-coordinate representation of color #C52433: hue angle of 354.41º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52433 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 51 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.23 |
| HSL | 354.41º | 0.69% | 0.46% | - |
| HSV(B) | 354.41º | 0.82% | 0.77% | - |
| XYZ | 24.25 | 13.37 | 4.43 | - |
| YUV | 85.85 | 108.34 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 51 | 0 | 0.82 | 0.74 | 0.23 | 354.41 | 0.69 | 0.46 |
| Hex | C5 | 24 | 33 | 0 | 52 | 4A | 17 | 162 | 45 | 2E |
| Octal | 305 | 44 | 63 | 0 | 122 | 112 | 27 | 542 | 105 | 56 |
| Binary | 11000101 | 100100 | 110011 | 0 | 1010010 | 1001010 | 10111 | 101100010 | 1000101 | 101110 |
Color Harmonies of #C52433
Complementary color
Monochromatic Colors of #C52433
Black with #C52433
Text Example
Text Example
White with #C52433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52433; }
p { color: rgb(197,36,51); }
H1.HeaderClassName
{
color: #C52433;
}
.AnyTagClassName
{
color: #C52433;
}
</style>
background-color css
<style>
a { background-color: #C52433; }
a { background-color: rgb(197,36,51); }
div.DivClassName
{
background-color: #C52433;
}
.BgClassName
{
background-color: #C52433;
}
</style>
border-color css
<style>
span { border-color: #C52433; }
span { border-color: rgb(197,36,51); }
td.TdClassName
{
border-color: #C52433;
}
.TagClassName
{
border-color: #C52433;
}
</style>