Shades of Cardinal #C3194B
Tints of Cardinal #C3194B
RGB
CMYK
RGB Variations
Color information
#C3194B (or 0xC3194B) is known color: Cardinal. HEX triplet: C3, 19 and 4B. RGB value is (195,25,75). Sum of RGB (Red+Green+Blue) = 195+25+75=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3194B is #3CE6B4. Grayscale: #515151. Windows color (decimal): -3991221 or 4921795. OLE color: 4921795.
HSL color Cylindrical-coordinate representation of color #C3194B: hue angle of 342.35º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3194B is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 75 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.24 |
| HSL | 342.35º | 0.77% | 0.43% | - |
| HSV(B) | 342.35º | 0.87% | 0.76% | - |
| XYZ | 24.12 | 12.81 | 7.86 | - |
| YUV | 81.53 | 124.32 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 75 | 0 | 0.87 | 0.62 | 0.24 | 342.35 | 0.77 | 0.43 |
| Hex | C3 | 19 | 4B | 0 | 57 | 3E | 18 | 156 | 4D | 2B |
| Octal | 303 | 31 | 113 | 0 | 127 | 76 | 30 | 526 | 115 | 53 |
| Binary | 11000011 | 11001 | 1001011 | 0 | 1010111 | 111110 | 11000 | 101010110 | 1001101 | 101011 |
Color Harmonies of #C3194B
Complementary color
Monochromatic Colors of #C3194B
Black with #C3194B
Text Example
Text Example
White with #C3194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3194B; }
p { color: rgb(195,25,75); }
H1.HeaderClassName
{
color: #C3194B;
}
.AnyTagClassName
{
color: #C3194B;
}
</style>
background-color css
<style>
a { background-color: #C3194B; }
a { background-color: rgb(195,25,75); }
div.DivClassName
{
background-color: #C3194B;
}
.BgClassName
{
background-color: #C3194B;
}
</style>
border-color css
<style>
span { border-color: #C3194B; }
span { border-color: rgb(195,25,75); }
td.TdClassName
{
border-color: #C3194B;
}
.TagClassName
{
border-color: #C3194B;
}
</style>