Shades of Cardinal #C31435
Tints of Cardinal #C31435
RGB
CMYK
RGB Variations
Color information
#C31435 (or 0xC31435) is known color: Cardinal. HEX triplet: C3, 14 and 35. RGB value is (195,20,53). Sum of RGB (Red+Green+Blue) = 195+20+53=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C31435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31435 is #3CEBCA. Grayscale: #4C4C4C. Windows color (decimal): -3992523 or 3478723. OLE color: 3478723.
HSL color Cylindrical-coordinate representation of color #C31435: hue angle of 348.69º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31435 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 53 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.24 |
| HSL | 348.69º | 0.81% | 0.42% | - |
| HSV(B) | 348.69º | 0.9% | 0.76% | - |
| XYZ | 23.4 | 12.36 | 4.52 | - |
| YUV | 76.09 | 114.98 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 53 | 0 | 0.90 | 0.73 | 0.24 | 348.69 | 0.81 | 0.42 |
| Hex | C3 | 14 | 35 | 0 | 5A | 49 | 18 | 15D | 51 | 2A |
| Octal | 303 | 24 | 65 | 0 | 132 | 111 | 30 | 535 | 121 | 52 |
| Binary | 11000011 | 10100 | 110101 | 0 | 1011010 | 1001001 | 11000 | 101011101 | 1010001 | 101010 |
Color Harmonies of #C31435
Complementary color
Monochromatic Colors of #C31435
Black with #C31435
Text Example
Text Example
White with #C31435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31435; }
p { color: rgb(195,20,53); }
H1.HeaderClassName
{
color: #C31435;
}
.AnyTagClassName
{
color: #C31435;
}
</style>
background-color css
<style>
a { background-color: #C31435; }
a { background-color: rgb(195,20,53); }
div.DivClassName
{
background-color: #C31435;
}
.BgClassName
{
background-color: #C31435;
}
</style>
border-color css
<style>
span { border-color: #C31435; }
span { border-color: rgb(195,20,53); }
td.TdClassName
{
border-color: #C31435;
}
.TagClassName
{
border-color: #C31435;
}
</style>