Shades of Cardinal #C31535
Tints of Cardinal #C31535
RGB
CMYK
RGB Variations
Color information
#C31535 (or 0xC31535) is known color: Cardinal. HEX triplet: C3, 15 and 35. RGB value is (195,21,53). Sum of RGB (Red+Green+Blue) = 195+21+53=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C31535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31535 is #3CEACA. Grayscale: #4C4C4C. Windows color (decimal): -3992267 or 3478979. OLE color: 3478979.
HSL color Cylindrical-coordinate representation of color #C31535: hue angle of 348.97º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31535 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 53 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.24 |
| HSL | 348.97º | 0.81% | 0.42% | - |
| HSV(B) | 348.97º | 0.89% | 0.76% | - |
| XYZ | 23.42 | 12.4 | 4.53 | - |
| YUV | 76.67 | 114.65 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 53 | 0 | 0.89 | 0.73 | 0.24 | 348.97 | 0.81 | 0.42 |
| Hex | C3 | 15 | 35 | 0 | 59 | 49 | 18 | 15D | 51 | 2A |
| Octal | 303 | 25 | 65 | 0 | 131 | 111 | 30 | 535 | 121 | 52 |
| Binary | 11000011 | 10101 | 110101 | 0 | 1011001 | 1001001 | 11000 | 101011101 | 1010001 | 101010 |
Color Harmonies of #C31535
Complementary color
Monochromatic Colors of #C31535
Black with #C31535
Text Example
Text Example
White with #C31535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31535; }
p { color: rgb(195,21,53); }
H1.HeaderClassName
{
color: #C31535;
}
.AnyTagClassName
{
color: #C31535;
}
</style>
background-color css
<style>
a { background-color: #C31535; }
a { background-color: rgb(195,21,53); }
div.DivClassName
{
background-color: #C31535;
}
.BgClassName
{
background-color: #C31535;
}
</style>
border-color css
<style>
span { border-color: #C31535; }
span { border-color: rgb(195,21,53); }
td.TdClassName
{
border-color: #C31535;
}
.TagClassName
{
border-color: #C31535;
}
</style>