Shades of Cardinal #C31346
Tints of Cardinal #C31346
RGB
CMYK
RGB Variations
Color information
#C31346 (or 0xC31346) is known color: Cardinal. HEX triplet: C3, 13 and 46. RGB value is (195,19,70). Sum of RGB (Red+Green+Blue) = 195+19+70=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C31346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31346 is #3CECB9. Grayscale: #4D4D4D. Windows color (decimal): -3992762 or 4592579. OLE color: 4592579.
HSL color Cylindrical-coordinate representation of color #C31346: hue angle of 342.61º degrees, saturation: 0.82, 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 #C31346 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 70 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.24 |
| HSL | 342.61º | 0.82% | 0.42% | - |
| HSV(B) | 342.61º | 0.9% | 0.76% | - |
| XYZ | 23.84 | 12.51 | 6.95 | - |
| YUV | 77.44 | 123.81 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 70 | 0 | 0.90 | 0.64 | 0.24 | 342.61 | 0.82 | 0.42 |
| Hex | C3 | 13 | 46 | 0 | 5A | 40 | 18 | 157 | 52 | 2A |
| Octal | 303 | 23 | 106 | 0 | 132 | 100 | 30 | 527 | 122 | 52 |
| Binary | 11000011 | 10011 | 1000110 | 0 | 1011010 | 1000000 | 11000 | 101010111 | 1010010 | 101010 |
Color Harmonies of #C31346
Complementary color
Monochromatic Colors of #C31346
Black with #C31346
Text Example
Text Example
White with #C31346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31346; }
p { color: rgb(195,19,70); }
H1.HeaderClassName
{
color: #C31346;
}
.AnyTagClassName
{
color: #C31346;
}
</style>
background-color css
<style>
a { background-color: #C31346; }
a { background-color: rgb(195,19,70); }
div.DivClassName
{
background-color: #C31346;
}
.BgClassName
{
background-color: #C31346;
}
</style>
border-color css
<style>
span { border-color: #C31346; }
span { border-color: rgb(195,19,70); }
td.TdClassName
{
border-color: #C31346;
}
.TagClassName
{
border-color: #C31346;
}
</style>