Shades of Cardinal #C10745
Tints of Cardinal #C10745
RGB
CMYK
RGB Variations
Color information
#C10745 (or 0xC10745) is known color: Cardinal. HEX triplet: C1, 07 and 45. RGB value is (193,7,69). Sum of RGB (Red+Green+Blue) = 193+7+69=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C10745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10745 is #3EF8BA. Grayscale: #454545. Windows color (decimal): -4126907 or 4523969. OLE color: 4523969.
HSL color Cylindrical-coordinate representation of color #C10745: hue angle of 340º 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 #C10745 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 69 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.24 |
| HSL | 340º | 0.93% | 0.39% | - |
| HSV(B) | 340º | 0.96% | 0.76% | - |
| XYZ | 23.14 | 11.92 | 6.71 | - |
| YUV | 69.68 | 127.62 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 69 | 0 | 0.96 | 0.64 | 0.24 | 340 | 0.93 | 0.39 |
| Hex | C1 | 7 | 45 | 0 | 60 | 40 | 18 | 154 | 5D | 27 |
| Octal | 301 | 7 | 105 | 0 | 140 | 100 | 30 | 524 | 135 | 47 |
| Binary | 11000001 | 111 | 1000101 | 0 | 1100000 | 1000000 | 11000 | 101010100 | 1011101 | 100111 |
Color Harmonies of #C10745
Complementary color
Monochromatic Colors of #C10745
Black with #C10745
Text Example
Text Example
White with #C10745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10745; }
p { color: rgb(193,7,69); }
H1.HeaderClassName
{
color: #C10745;
}
.AnyTagClassName
{
color: #C10745;
}
</style>
background-color css
<style>
a { background-color: #C10745; }
a { background-color: rgb(193,7,69); }
div.DivClassName
{
background-color: #C10745;
}
.BgClassName
{
background-color: #C10745;
}
</style>
border-color css
<style>
span { border-color: #C10745; }
span { border-color: rgb(193,7,69); }
td.TdClassName
{
border-color: #C10745;
}
.TagClassName
{
border-color: #C10745;
}
</style>