Shades of Cardinal #C71145
Tints of Cardinal #C71145
RGB
CMYK
RGB Variations
Color information
#C71145 (or 0xC71145) is known color: Cardinal. HEX triplet: C7, 11 and 45. RGB value is (199,17,69). Sum of RGB (Red+Green+Blue) = 199+17+69=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C71145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71145 is #38EEBA. Grayscale: #4D4D4D. Windows color (decimal): -3731131 or 4526535. OLE color: 4526535.
HSL color Cylindrical-coordinate representation of color #C71145: hue angle of 342.86º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71145 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 69 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.22 |
| HSL | 342.86º | 0.84% | 0.42% | - |
| HSV(B) | 342.86º | 0.91% | 0.78% | - |
| XYZ | 24.83 | 12.97 | 6.83 | - |
| YUV | 77.35 | 123.3 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 69 | 0 | 0.91 | 0.65 | 0.22 | 342.86 | 0.84 | 0.42 |
| Hex | C7 | 11 | 45 | 0 | 5B | 41 | 16 | 157 | 54 | 2A |
| Octal | 307 | 21 | 105 | 0 | 133 | 101 | 26 | 527 | 124 | 52 |
| Binary | 11000111 | 10001 | 1000101 | 0 | 1011011 | 1000001 | 10110 | 101010111 | 1010100 | 101010 |
Color Harmonies of #C71145
Complementary color
Monochromatic Colors of #C71145
Black with #C71145
Text Example
Text Example
White with #C71145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71145; }
p { color: rgb(199,17,69); }
H1.HeaderClassName
{
color: #C71145;
}
.AnyTagClassName
{
color: #C71145;
}
</style>
background-color css
<style>
a { background-color: #C71145; }
a { background-color: rgb(199,17,69); }
div.DivClassName
{
background-color: #C71145;
}
.BgClassName
{
background-color: #C71145;
}
</style>
border-color css
<style>
span { border-color: #C71145; }
span { border-color: rgb(199,17,69); }
td.TdClassName
{
border-color: #C71145;
}
.TagClassName
{
border-color: #C71145;
}
</style>