Shades of Cardinal #C0193F
Tints of Cardinal #C0193F
RGB
CMYK
RGB Variations
Color information
#C0193F (or 0xC0193F) is known color: Cardinal. HEX triplet: C0, 19 and 3F. RGB value is (192,25,63). Sum of RGB (Red+Green+Blue) = 192+25+63=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C0193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0193F is #3FE6C0. Grayscale: #4F4F4F. Windows color (decimal): -4187841 or 4135360. OLE color: 4135360.
HSL color Cylindrical-coordinate representation of color #C0193F: hue angle of 346.35º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0193F is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 63 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.25 |
| HSL | 346.35º | 0.77% | 0.43% | - |
| HSV(B) | 346.35º | 0.87% | 0.75% | - |
| XYZ | 22.98 | 12.26 | 5.86 | - |
| YUV | 79.27 | 118.83 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 63 | 0 | 0.87 | 0.67 | 0.25 | 346.35 | 0.77 | 0.43 |
| Hex | C0 | 19 | 3F | 0 | 57 | 43 | 19 | 15A | 4D | 2B |
| Octal | 300 | 31 | 77 | 0 | 127 | 103 | 31 | 532 | 115 | 53 |
| Binary | 11000000 | 11001 | 111111 | 0 | 1010111 | 1000011 | 11001 | 101011010 | 1001101 | 101011 |
Color Harmonies of #C0193F
Complementary color
Monochromatic Colors of #C0193F
Black with #C0193F
Text Example
Text Example
White with #C0193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0193F; }
p { color: rgb(192,25,63); }
H1.HeaderClassName
{
color: #C0193F;
}
.AnyTagClassName
{
color: #C0193F;
}
</style>
background-color css
<style>
a { background-color: #C0193F; }
a { background-color: rgb(192,25,63); }
div.DivClassName
{
background-color: #C0193F;
}
.BgClassName
{
background-color: #C0193F;
}
</style>
border-color css
<style>
span { border-color: #C0193F; }
span { border-color: rgb(192,25,63); }
td.TdClassName
{
border-color: #C0193F;
}
.TagClassName
{
border-color: #C0193F;
}
</style>