Shades of Cardinal #C31232
Tints of Cardinal #C31232
RGB
CMYK
RGB Variations
Color information
#C31232 (or 0xC31232) is known color: Cardinal. HEX triplet: C3, 12 and 32. RGB value is (195,18,50). Sum of RGB (Red+Green+Blue) = 195+18+50=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C31232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31232 is #3CEDCD. Grayscale: #4A4A4A. Windows color (decimal): -3993038 or 3281603. OLE color: 3281603.
HSL color Cylindrical-coordinate representation of color #C31232: hue angle of 349.15º degrees, saturation: 0.83, 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 #C31232 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 50 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.24 |
| HSL | 349.15º | 0.83% | 0.42% | - |
| HSV(B) | 349.15º | 0.91% | 0.76% | - |
| XYZ | 23.3 | 12.27 | 4.16 | - |
| YUV | 74.57 | 114.14 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 50 | 0 | 0.91 | 0.74 | 0.24 | 349.15 | 0.83 | 0.42 |
| Hex | C3 | 12 | 32 | 0 | 5B | 4A | 18 | 15D | 53 | 2A |
| Octal | 303 | 22 | 62 | 0 | 133 | 112 | 30 | 535 | 123 | 52 |
| Binary | 11000011 | 10010 | 110010 | 0 | 1011011 | 1001010 | 11000 | 101011101 | 1010011 | 101010 |
Color Harmonies of #C31232
Complementary color
Monochromatic Colors of #C31232
Black with #C31232
Text Example
Text Example
White with #C31232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31232; }
p { color: rgb(195,18,50); }
H1.HeaderClassName
{
color: #C31232;
}
.AnyTagClassName
{
color: #C31232;
}
</style>
background-color css
<style>
a { background-color: #C31232; }
a { background-color: rgb(195,18,50); }
div.DivClassName
{
background-color: #C31232;
}
.BgClassName
{
background-color: #C31232;
}
</style>
border-color css
<style>
span { border-color: #C31232; }
span { border-color: rgb(195,18,50); }
td.TdClassName
{
border-color: #C31232;
}
.TagClassName
{
border-color: #C31232;
}
</style>