Shades of Cardinal #C31132
Tints of Cardinal #C31132
RGB
CMYK
RGB Variations
Color information
#C31132 (or 0xC31132) is known color: Cardinal. HEX triplet: C3, 11 and 32. RGB value is (195,17,50). Sum of RGB (Red+Green+Blue) = 195+17+50=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C31132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31132 is #3CEECD. Grayscale: #4A4A4A. Windows color (decimal): -3993294 or 3281347. OLE color: 3281347.
HSL color Cylindrical-coordinate representation of color #C31132: hue angle of 348.88º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31132 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 50 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.24 |
| HSL | 348.88º | 0.84% | 0.42% | - |
| HSV(B) | 348.88º | 0.91% | 0.76% | - |
| XYZ | 23.28 | 12.23 | 4.15 | - |
| YUV | 73.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 50 | 0 | 0.91 | 0.74 | 0.24 | 348.88 | 0.84 | 0.42 |
| Hex | C3 | 11 | 32 | 0 | 5B | 4A | 18 | 15D | 54 | 2A |
| Octal | 303 | 21 | 62 | 0 | 133 | 112 | 30 | 535 | 124 | 52 |
| Binary | 11000011 | 10001 | 110010 | 0 | 1011011 | 1001010 | 11000 | 101011101 | 1010100 | 101010 |
Color Harmonies of #C31132
Complementary color
Monochromatic Colors of #C31132
Black with #C31132
Text Example
Text Example
White with #C31132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31132; }
p { color: rgb(195,17,50); }
H1.HeaderClassName
{
color: #C31132;
}
.AnyTagClassName
{
color: #C31132;
}
</style>
background-color css
<style>
a { background-color: #C31132; }
a { background-color: rgb(195,17,50); }
div.DivClassName
{
background-color: #C31132;
}
.BgClassName
{
background-color: #C31132;
}
</style>
border-color css
<style>
span { border-color: #C31132; }
span { border-color: rgb(195,17,50); }
td.TdClassName
{
border-color: #C31132;
}
.TagClassName
{
border-color: #C31132;
}
</style>