Shades of Cardinal #C71741
Tints of Cardinal #C71741
RGB
CMYK
RGB Variations
Color information
#C71741 (or 0xC71741) is known color: Cardinal. HEX triplet: C7, 17 and 41. RGB value is (199,23,65). Sum of RGB (Red+Green+Blue) = 199+23+65=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C71741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71741 is #38E8BE. Grayscale: #505050. Windows color (decimal): -3729599 or 4265927. OLE color: 4265927.
HSL color Cylindrical-coordinate representation of color #C71741: hue angle of 345.68º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71741 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 65 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.22 |
| HSL | 345.68º | 0.79% | 0.44% | - |
| HSV(B) | 345.68º | 0.88% | 0.78% | - |
| XYZ | 24.81 | 13.14 | 6.23 | - |
| YUV | 80.41 | 119.31 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 65 | 0 | 0.88 | 0.67 | 0.22 | 345.68 | 0.79 | 0.44 |
| Hex | C7 | 17 | 41 | 0 | 58 | 43 | 16 | 15A | 4F | 2C |
| Octal | 307 | 27 | 101 | 0 | 130 | 103 | 26 | 532 | 117 | 54 |
| Binary | 11000111 | 10111 | 1000001 | 0 | 1011000 | 1000011 | 10110 | 101011010 | 1001111 | 101100 |
Color Harmonies of #C71741
Complementary color
Monochromatic Colors of #C71741
Black with #C71741
Text Example
Text Example
White with #C71741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71741; }
p { color: rgb(199,23,65); }
H1.HeaderClassName
{
color: #C71741;
}
.AnyTagClassName
{
color: #C71741;
}
</style>
background-color css
<style>
a { background-color: #C71741; }
a { background-color: rgb(199,23,65); }
div.DivClassName
{
background-color: #C71741;
}
.BgClassName
{
background-color: #C71741;
}
</style>
border-color css
<style>
span { border-color: #C71741; }
span { border-color: rgb(199,23,65); }
td.TdClassName
{
border-color: #C71741;
}
.TagClassName
{
border-color: #C71741;
}
</style>