Shades of Cardinal #C6174F
Tints of Cardinal #C6174F
RGB
CMYK
RGB Variations
Color information
#C6174F (or 0xC6174F) is known color: Cardinal. HEX triplet: C6, 17 and 4F. RGB value is (198,23,79). Sum of RGB (Red+Green+Blue) = 198+23+79=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C6174F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6174F is #39E8B0. Grayscale: #515151. Windows color (decimal): -3795121 or 5183430. OLE color: 5183430.
HSL color Cylindrical-coordinate representation of color #C6174F: hue angle of 340.8º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6174F is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 79 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.22 |
| HSL | 340.8º | 0.79% | 0.43% | - |
| HSV(B) | 340.8º | 0.88% | 0.78% | - |
| XYZ | 25.01 | 13.18 | 8.62 | - |
| YUV | 81.71 | 126.48 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 79 | 0 | 0.88 | 0.60 | 0.22 | 340.8 | 0.79 | 0.43 |
| Hex | C6 | 17 | 4F | 0 | 58 | 3C | 16 | 155 | 4F | 2B |
| Octal | 306 | 27 | 117 | 0 | 130 | 74 | 26 | 525 | 117 | 53 |
| Binary | 11000110 | 10111 | 1001111 | 0 | 1011000 | 111100 | 10110 | 101010101 | 1001111 | 101011 |
Color Harmonies of #C6174F
Complementary color
Monochromatic Colors of #C6174F
Black with #C6174F
Text Example
Text Example
White with #C6174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6174F; }
p { color: rgb(198,23,79); }
H1.HeaderClassName
{
color: #C6174F;
}
.AnyTagClassName
{
color: #C6174F;
}
</style>
background-color css
<style>
a { background-color: #C6174F; }
a { background-color: rgb(198,23,79); }
div.DivClassName
{
background-color: #C6174F;
}
.BgClassName
{
background-color: #C6174F;
}
</style>
border-color css
<style>
span { border-color: #C6174F; }
span { border-color: rgb(198,23,79); }
td.TdClassName
{
border-color: #C6174F;
}
.TagClassName
{
border-color: #C6174F;
}
</style>