Shades of Cardinal #C8192D
Tints of Cardinal #C8192D
RGB
CMYK
RGB Variations
Color information
#C8192D (or 0xC8192D) is known color: Cardinal. HEX triplet: C8, 19 and 2D. RGB value is (200,25,45). Sum of RGB (Red+Green+Blue) = 200+25+45=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C8192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8192D is #37E6D2. Grayscale: #4F4F4F. Windows color (decimal): -3663571 or 2955720. OLE color: 2955720.
HSL color Cylindrical-coordinate representation of color #C8192D: hue angle of 353.14º degrees, saturation: 0.78, 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 #C8192D is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 45 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.22 |
| HSL | 353.14º | 0.78% | 0.44% | - |
| HSV(B) | 353.14º | 0.88% | 0.78% | - |
| XYZ | 24.64 | 13.16 | 3.72 | - |
| YUV | 79.61 | 108.48 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 45 | 0 | 0.88 | 0.78 | 0.22 | 353.14 | 0.78 | 0.44 |
| Hex | C8 | 19 | 2D | 0 | 58 | 4E | 16 | 161 | 4E | 2C |
| Octal | 310 | 31 | 55 | 0 | 130 | 116 | 26 | 541 | 116 | 54 |
| Binary | 11001000 | 11001 | 101101 | 0 | 1011000 | 1001110 | 10110 | 101100001 | 1001110 | 101100 |
Color Harmonies of #C8192D
Complementary color
Monochromatic Colors of #C8192D
Black with #C8192D
Text Example
Text Example
White with #C8192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8192D; }
p { color: rgb(200,25,45); }
H1.HeaderClassName
{
color: #C8192D;
}
.AnyTagClassName
{
color: #C8192D;
}
</style>
background-color css
<style>
a { background-color: #C8192D; }
a { background-color: rgb(200,25,45); }
div.DivClassName
{
background-color: #C8192D;
}
.BgClassName
{
background-color: #C8192D;
}
</style>
border-color css
<style>
span { border-color: #C8192D; }
span { border-color: rgb(200,25,45); }
td.TdClassName
{
border-color: #C8192D;
}
.TagClassName
{
border-color: #C8192D;
}
</style>