Shades of Cardinal #C31445
Tints of Cardinal #C31445
RGB
CMYK
RGB Variations
Color information
#C31445 (or 0xC31445) is known color: Cardinal. HEX triplet: C3, 14 and 45. RGB value is (195,20,69). Sum of RGB (Red+Green+Blue) = 195+20+69=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C31445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31445 is #3CEBBA. Grayscale: #4D4D4D. Windows color (decimal): -3992507 or 4527299. OLE color: 4527299.
HSL color Cylindrical-coordinate representation of color #C31445: hue angle of 343.2º 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 #C31445 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 69 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.24 |
| HSL | 343.2º | 0.81% | 0.42% | - |
| HSV(B) | 343.2º | 0.9% | 0.76% | - |
| XYZ | 23.83 | 12.53 | 6.79 | - |
| YUV | 77.91 | 122.98 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 69 | 0 | 0.90 | 0.65 | 0.24 | 343.2 | 0.81 | 0.42 |
| Hex | C3 | 14 | 45 | 0 | 5A | 41 | 18 | 157 | 51 | 2A |
| Octal | 303 | 24 | 105 | 0 | 132 | 101 | 30 | 527 | 121 | 52 |
| Binary | 11000011 | 10100 | 1000101 | 0 | 1011010 | 1000001 | 11000 | 101010111 | 1010001 | 101010 |
Color Harmonies of #C31445
Complementary color
Monochromatic Colors of #C31445
Black with #C31445
Text Example
Text Example
White with #C31445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31445; }
p { color: rgb(195,20,69); }
H1.HeaderClassName
{
color: #C31445;
}
.AnyTagClassName
{
color: #C31445;
}
</style>
background-color css
<style>
a { background-color: #C31445; }
a { background-color: rgb(195,20,69); }
div.DivClassName
{
background-color: #C31445;
}
.BgClassName
{
background-color: #C31445;
}
</style>
border-color css
<style>
span { border-color: #C31445; }
span { border-color: rgb(195,20,69); }
td.TdClassName
{
border-color: #C31445;
}
.TagClassName
{
border-color: #C31445;
}
</style>