Shades of Cardinal #C7174F
Tints of Cardinal #C7174F
RGB
CMYK
RGB Variations
Color information
#C7174F (or 0xC7174F) is known color: Cardinal. HEX triplet: C7, 17 and 4F. RGB value is (199,23,79). Sum of RGB (Red+Green+Blue) = 199+23+79=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C7174F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7174F is #38E8B0. Grayscale: #515151. Windows color (decimal): -3729585 or 5183431. OLE color: 5183431.
HSL color Cylindrical-coordinate representation of color #C7174F: hue angle of 340.91º 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 #C7174F is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 79 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.22 |
| HSL | 340.91º | 0.79% | 0.44% | - |
| HSV(B) | 340.91º | 0.88% | 0.78% | - |
| XYZ | 25.27 | 13.32 | 8.64 | - |
| YUV | 82.01 | 126.31 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 79 | 0 | 0.88 | 0.60 | 0.22 | 340.91 | 0.79 | 0.44 |
| Hex | C7 | 17 | 4F | 0 | 58 | 3C | 16 | 155 | 4F | 2C |
| Octal | 307 | 27 | 117 | 0 | 130 | 74 | 26 | 525 | 117 | 54 |
| Binary | 11000111 | 10111 | 1001111 | 0 | 1011000 | 111100 | 10110 | 101010101 | 1001111 | 101100 |
Color Harmonies of #C7174F
Complementary color
Monochromatic Colors of #C7174F
Black with #C7174F
Text Example
Text Example
White with #C7174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7174F; }
p { color: rgb(199,23,79); }
H1.HeaderClassName
{
color: #C7174F;
}
.AnyTagClassName
{
color: #C7174F;
}
</style>
background-color css
<style>
a { background-color: #C7174F; }
a { background-color: rgb(199,23,79); }
div.DivClassName
{
background-color: #C7174F;
}
.BgClassName
{
background-color: #C7174F;
}
</style>
border-color css
<style>
span { border-color: #C7174F; }
span { border-color: rgb(199,23,79); }
td.TdClassName
{
border-color: #C7174F;
}
.TagClassName
{
border-color: #C7174F;
}
</style>