Shades of Cardinal #C50432
Tints of Cardinal #C50432
RGB
CMYK
RGB Variations
Color information
#C50432 (or 0xC50432) is known color: Cardinal. HEX triplet: C5, 04 and 32. RGB value is (197,4,50). Sum of RGB (Red+Green+Blue) = 197+4+50=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C50432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50432 is #3AFBCD. Grayscale: #424242. Windows color (decimal): -3865550 or 3278021. OLE color: 3278021.
HSL color Cylindrical-coordinate representation of color #C50432: hue angle of 345.7º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50432 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 50 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.23 |
| HSL | 345.7º | 0.96% | 0.39% | - |
| HSV(B) | 345.7º | 0.98% | 0.77% | - |
| XYZ | 23.65 | 12.19 | 4.12 | - |
| YUV | 66.95 | 118.44 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 50 | 0 | 0.98 | 0.75 | 0.23 | 345.7 | 0.96 | 0.39 |
| Hex | C5 | 4 | 32 | 0 | 62 | 4B | 17 | 15A | 60 | 27 |
| Octal | 305 | 4 | 62 | 0 | 142 | 113 | 27 | 532 | 140 | 47 |
| Binary | 11000101 | 100 | 110010 | 0 | 1100010 | 1001011 | 10111 | 101011010 | 1100000 | 100111 |
Color Harmonies of #C50432
Complementary color
Monochromatic Colors of #C50432
Black with #C50432
Text Example
Text Example
White with #C50432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50432; }
p { color: rgb(197,4,50); }
H1.HeaderClassName
{
color: #C50432;
}
.AnyTagClassName
{
color: #C50432;
}
</style>
background-color css
<style>
a { background-color: #C50432; }
a { background-color: rgb(197,4,50); }
div.DivClassName
{
background-color: #C50432;
}
.BgClassName
{
background-color: #C50432;
}
</style>
border-color css
<style>
span { border-color: #C50432; }
span { border-color: rgb(197,4,50); }
td.TdClassName
{
border-color: #C50432;
}
.TagClassName
{
border-color: #C50432;
}
</style>