Shades of Cardinal #C7173D
Tints of Cardinal #C7173D
RGB
CMYK
RGB Variations
Color information
#C7173D (or 0xC7173D) is known color: Cardinal. HEX triplet: C7, 17 and 3D. RGB value is (199,23,61). Sum of RGB (Red+Green+Blue) = 199+23+61=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C7173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7173D is #38E8C2. Grayscale: #4F4F4F. Windows color (decimal): -3729603 or 4003783. OLE color: 4003783.
HSL color Cylindrical-coordinate representation of color #C7173D: hue angle of 347.05º 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 #C7173D is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 61 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.22 |
| HSL | 347.05º | 0.79% | 0.44% | - |
| HSV(B) | 347.05º | 0.88% | 0.78% | - |
| XYZ | 24.7 | 13.09 | 5.64 | - |
| YUV | 79.96 | 117.31 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 61 | 0 | 0.88 | 0.69 | 0.22 | 347.05 | 0.79 | 0.44 |
| Hex | C7 | 17 | 3D | 0 | 58 | 45 | 16 | 15B | 4F | 2C |
| Octal | 307 | 27 | 75 | 0 | 130 | 105 | 26 | 533 | 117 | 54 |
| Binary | 11000111 | 10111 | 111101 | 0 | 1011000 | 1000101 | 10110 | 101011011 | 1001111 | 101100 |
Color Harmonies of #C7173D
Complementary color
Monochromatic Colors of #C7173D
Black with #C7173D
Text Example
Text Example
White with #C7173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7173D; }
p { color: rgb(199,23,61); }
H1.HeaderClassName
{
color: #C7173D;
}
.AnyTagClassName
{
color: #C7173D;
}
</style>
background-color css
<style>
a { background-color: #C7173D; }
a { background-color: rgb(199,23,61); }
div.DivClassName
{
background-color: #C7173D;
}
.BgClassName
{
background-color: #C7173D;
}
</style>
border-color css
<style>
span { border-color: #C7173D; }
span { border-color: rgb(199,23,61); }
td.TdClassName
{
border-color: #C7173D;
}
.TagClassName
{
border-color: #C7173D;
}
</style>