Shades of Cardinal #C10740
Tints of Cardinal #C10740
RGB
CMYK
RGB Variations
Color information
#C10740 (or 0xC10740) is known color: Cardinal. HEX triplet: C1, 07 and 40. RGB value is (193,7,64). Sum of RGB (Red+Green+Blue) = 193+7+64=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C10740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10740 is #3EF8BF. Grayscale: #454545. Windows color (decimal): -4126912 or 4196289. OLE color: 4196289.
HSL color Cylindrical-coordinate representation of color #C10740: hue angle of 341.61º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10740 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 64 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.24 |
| HSL | 341.61º | 0.93% | 0.39% | - |
| HSV(B) | 341.61º | 0.96% | 0.76% | - |
| XYZ | 22.99 | 11.86 | 5.93 | - |
| YUV | 69.11 | 125.12 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 64 | 0 | 0.96 | 0.67 | 0.24 | 341.61 | 0.93 | 0.39 |
| Hex | C1 | 7 | 40 | 0 | 60 | 43 | 18 | 156 | 5D | 27 |
| Octal | 301 | 7 | 100 | 0 | 140 | 103 | 30 | 526 | 135 | 47 |
| Binary | 11000001 | 111 | 1000000 | 0 | 1100000 | 1000011 | 11000 | 101010110 | 1011101 | 100111 |
Color Harmonies of #C10740
Complementary color
Monochromatic Colors of #C10740
Black with #C10740
Text Example
Text Example
White with #C10740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10740; }
p { color: rgb(193,7,64); }
H1.HeaderClassName
{
color: #C10740;
}
.AnyTagClassName
{
color: #C10740;
}
</style>
background-color css
<style>
a { background-color: #C10740; }
a { background-color: rgb(193,7,64); }
div.DivClassName
{
background-color: #C10740;
}
.BgClassName
{
background-color: #C10740;
}
</style>
border-color css
<style>
span { border-color: #C10740; }
span { border-color: rgb(193,7,64); }
td.TdClassName
{
border-color: #C10740;
}
.TagClassName
{
border-color: #C10740;
}
</style>