Shades of Cardinal #C31236
Tints of Cardinal #C31236
RGB
CMYK
RGB Variations
Color information
#C31236 (or 0xC31236) is known color: Cardinal. HEX triplet: C3, 12 and 36. RGB value is (195,18,54). Sum of RGB (Red+Green+Blue) = 195+18+54=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C31236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31236 is #3CEDC9. Grayscale: #4B4B4B. Windows color (decimal): -3993034 or 3543747. OLE color: 3543747.
HSL color Cylindrical-coordinate representation of color #C31236: hue angle of 347.8º 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 #C31236 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 54 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.24 |
| HSL | 347.8º | 0.83% | 0.42% | - |
| HSV(B) | 347.8º | 0.91% | 0.76% | - |
| XYZ | 23.39 | 12.3 | 4.63 | - |
| YUV | 75.03 | 116.14 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 54 | 0 | 0.91 | 0.72 | 0.24 | 347.8 | 0.83 | 0.42 |
| Hex | C3 | 12 | 36 | 0 | 5B | 48 | 18 | 15C | 53 | 2A |
| Octal | 303 | 22 | 66 | 0 | 133 | 110 | 30 | 534 | 123 | 52 |
| Binary | 11000011 | 10010 | 110110 | 0 | 1011011 | 1001000 | 11000 | 101011100 | 1010011 | 101010 |
Color Harmonies of #C31236
Complementary color
Monochromatic Colors of #C31236
Black with #C31236
Text Example
Text Example
White with #C31236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31236; }
p { color: rgb(195,18,54); }
H1.HeaderClassName
{
color: #C31236;
}
.AnyTagClassName
{
color: #C31236;
}
</style>
background-color css
<style>
a { background-color: #C31236; }
a { background-color: rgb(195,18,54); }
div.DivClassName
{
background-color: #C31236;
}
.BgClassName
{
background-color: #C31236;
}
</style>
border-color css
<style>
span { border-color: #C31236; }
span { border-color: rgb(195,18,54); }
td.TdClassName
{
border-color: #C31236;
}
.TagClassName
{
border-color: #C31236;
}
</style>