Shades of Cardinal #C8173D
Tints of Cardinal #C8173D
RGB
CMYK
RGB Variations
Color information
#C8173D (or 0xC8173D) is known color: Cardinal. HEX triplet: C8, 17 and 3D. RGB value is (200,23,61). Sum of RGB (Red+Green+Blue) = 200+23+61=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C8173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8173D is #37E8C2. Grayscale: #505050. Windows color (decimal): -3664067 or 4003784. OLE color: 4003784.
HSL color Cylindrical-coordinate representation of color #C8173D: hue angle of 347.12º 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 #C8173D is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 61 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.22 |
| HSL | 347.12º | 0.79% | 0.44% | - |
| HSV(B) | 347.12º | 0.89% | 0.78% | - |
| XYZ | 24.97 | 13.23 | 5.65 | - |
| YUV | 80.26 | 117.14 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 61 | 0 | 0.88 | 0.69 | 0.22 | 347.12 | 0.79 | 0.44 |
| Hex | C8 | 17 | 3D | 0 | 58 | 45 | 16 | 15B | 4F | 2C |
| Octal | 310 | 27 | 75 | 0 | 130 | 105 | 26 | 533 | 117 | 54 |
| Binary | 11001000 | 10111 | 111101 | 0 | 1011000 | 1000101 | 10110 | 101011011 | 1001111 | 101100 |
Color Harmonies of #C8173D
Complementary color
Monochromatic Colors of #C8173D
Black with #C8173D
Text Example
Text Example
White with #C8173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8173D; }
p { color: rgb(200,23,61); }
H1.HeaderClassName
{
color: #C8173D;
}
.AnyTagClassName
{
color: #C8173D;
}
</style>
background-color css
<style>
a { background-color: #C8173D; }
a { background-color: rgb(200,23,61); }
div.DivClassName
{
background-color: #C8173D;
}
.BgClassName
{
background-color: #C8173D;
}
</style>
border-color css
<style>
span { border-color: #C8173D; }
span { border-color: rgb(200,23,61); }
td.TdClassName
{
border-color: #C8173D;
}
.TagClassName
{
border-color: #C8173D;
}
</style>