Shades of Cardinal #C7173C
Tints of Cardinal #C7173C
RGB
CMYK
RGB Variations
Color information
#C7173C (or 0xC7173C) is known color: Cardinal. HEX triplet: C7, 17 and 3C. RGB value is (199,23,60). Sum of RGB (Red+Green+Blue) = 199+23+60=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C7173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7173C is #38E8C3. Grayscale: #4F4F4F. Windows color (decimal): -3729604 or 3938247. OLE color: 3938247.
HSL color Cylindrical-coordinate representation of color #C7173C: hue angle of 347.39º 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 #C7173C is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 60 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.22 |
| HSL | 347.39º | 0.79% | 0.44% | - |
| HSV(B) | 347.39º | 0.88% | 0.78% | - |
| XYZ | 24.68 | 13.08 | 5.5 | - |
| YUV | 79.84 | 116.81 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 60 | 0 | 0.88 | 0.70 | 0.22 | 347.39 | 0.79 | 0.44 |
| Hex | C7 | 17 | 3C | 0 | 58 | 46 | 16 | 15B | 4F | 2C |
| Octal | 307 | 27 | 74 | 0 | 130 | 106 | 26 | 533 | 117 | 54 |
| Binary | 11000111 | 10111 | 111100 | 0 | 1011000 | 1000110 | 10110 | 101011011 | 1001111 | 101100 |
Color Harmonies of #C7173C
Complementary color
Monochromatic Colors of #C7173C
Black with #C7173C
Text Example
Text Example
White with #C7173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7173C; }
p { color: rgb(199,23,60); }
H1.HeaderClassName
{
color: #C7173C;
}
.AnyTagClassName
{
color: #C7173C;
}
</style>
background-color css
<style>
a { background-color: #C7173C; }
a { background-color: rgb(199,23,60); }
div.DivClassName
{
background-color: #C7173C;
}
.BgClassName
{
background-color: #C7173C;
}
</style>
border-color css
<style>
span { border-color: #C7173C; }
span { border-color: rgb(199,23,60); }
td.TdClassName
{
border-color: #C7173C;
}
.TagClassName
{
border-color: #C7173C;
}
</style>