Shades of Cardinal #C0113F
Tints of Cardinal #C0113F
RGB
CMYK
RGB Variations
Color information
#C0113F (or 0xC0113F) is known color: Cardinal. HEX triplet: C0, 11 and 3F. RGB value is (192,17,63). Sum of RGB (Red+Green+Blue) = 192+17+63=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0113F is #3FEEC0. Grayscale: #4A4A4A. Windows color (decimal): -4189889 or 4133312. OLE color: 4133312.
HSL color Cylindrical-coordinate representation of color #C0113F: hue angle of 344.23º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0113F is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 63 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.25 |
| HSL | 344.23º | 0.84% | 0.41% | - |
| HSV(B) | 344.23º | 0.91% | 0.75% | - |
| XYZ | 22.84 | 11.97 | 5.81 | - |
| YUV | 74.57 | 121.48 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 63 | 0 | 0.91 | 0.67 | 0.25 | 344.23 | 0.84 | 0.41 |
| Hex | C0 | 11 | 3F | 0 | 5B | 43 | 19 | 158 | 54 | 29 |
| Octal | 300 | 21 | 77 | 0 | 133 | 103 | 31 | 530 | 124 | 51 |
| Binary | 11000000 | 10001 | 111111 | 0 | 1011011 | 1000011 | 11001 | 101011000 | 1010100 | 101001 |
Color Harmonies of #C0113F
Complementary color
Monochromatic Colors of #C0113F
Black with #C0113F
Text Example
Text Example
White with #C0113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0113F; }
p { color: rgb(192,17,63); }
H1.HeaderClassName
{
color: #C0113F;
}
.AnyTagClassName
{
color: #C0113F;
}
</style>
background-color css
<style>
a { background-color: #C0113F; }
a { background-color: rgb(192,17,63); }
div.DivClassName
{
background-color: #C0113F;
}
.BgClassName
{
background-color: #C0113F;
}
</style>
border-color css
<style>
span { border-color: #C0113F; }
span { border-color: rgb(192,17,63); }
td.TdClassName
{
border-color: #C0113F;
}
.TagClassName
{
border-color: #C0113F;
}
</style>