Shades of Cardinal #C8173A
Tints of Cardinal #C8173A
RGB
CMYK
RGB Variations
Color information
#C8173A (or 0xC8173A) is known color: Cardinal. HEX triplet: C8, 17 and 3A. RGB value is (200,23,58). Sum of RGB (Red+Green+Blue) = 200+23+58=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C8173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8173A is #37E8C5. Grayscale: #4F4F4F. Windows color (decimal): -3664070 or 3807176. OLE color: 3807176.
HSL color Cylindrical-coordinate representation of color #C8173A: hue angle of 348.14º 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 #C8173A is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 58 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.22 |
| HSL | 348.14º | 0.79% | 0.44% | - |
| HSV(B) | 348.14º | 0.89% | 0.78% | - |
| XYZ | 24.89 | 13.2 | 5.24 | - |
| YUV | 79.91 | 115.64 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 58 | 0 | 0.88 | 0.71 | 0.22 | 348.14 | 0.79 | 0.44 |
| Hex | C8 | 17 | 3A | 0 | 58 | 47 | 16 | 15C | 4F | 2C |
| Octal | 310 | 27 | 72 | 0 | 130 | 107 | 26 | 534 | 117 | 54 |
| Binary | 11001000 | 10111 | 111010 | 0 | 1011000 | 1000111 | 10110 | 101011100 | 1001111 | 101100 |
Color Harmonies of #C8173A
Complementary color
Monochromatic Colors of #C8173A
Black with #C8173A
Text Example
Text Example
White with #C8173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8173A; }
p { color: rgb(200,23,58); }
H1.HeaderClassName
{
color: #C8173A;
}
.AnyTagClassName
{
color: #C8173A;
}
</style>
background-color css
<style>
a { background-color: #C8173A; }
a { background-color: rgb(200,23,58); }
div.DivClassName
{
background-color: #C8173A;
}
.BgClassName
{
background-color: #C8173A;
}
</style>
border-color css
<style>
span { border-color: #C8173A; }
span { border-color: rgb(200,23,58); }
td.TdClassName
{
border-color: #C8173A;
}
.TagClassName
{
border-color: #C8173A;
}
</style>