Shades of Cardinal #C8172F
Tints of Cardinal #C8172F
RGB
CMYK
RGB Variations
Color information
#C8172F (or 0xC8172F) is known color: Cardinal. HEX triplet: C8, 17 and 2F. RGB value is (200,23,47). Sum of RGB (Red+Green+Blue) = 200+23+47=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C8172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8172F is #37E8D0. Grayscale: #4E4E4E. Windows color (decimal): -3664081 or 3086280. OLE color: 3086280.
HSL color Cylindrical-coordinate representation of color #C8172F: hue angle of 351.86º 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 #C8172F is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 47 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.22 |
| HSL | 351.86º | 0.79% | 0.44% | - |
| HSV(B) | 351.86º | 0.89% | 0.78% | - |
| XYZ | 24.64 | 13.1 | 3.92 | - |
| YUV | 78.66 | 110.14 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 47 | 0 | 0.88 | 0.76 | 0.22 | 351.86 | 0.79 | 0.44 |
| Hex | C8 | 17 | 2F | 0 | 58 | 4C | 16 | 160 | 4F | 2C |
| Octal | 310 | 27 | 57 | 0 | 130 | 114 | 26 | 540 | 117 | 54 |
| Binary | 11001000 | 10111 | 101111 | 0 | 1011000 | 1001100 | 10110 | 101100000 | 1001111 | 101100 |
Color Harmonies of #C8172F
Complementary color
Monochromatic Colors of #C8172F
Black with #C8172F
Text Example
Text Example
White with #C8172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8172F; }
p { color: rgb(200,23,47); }
H1.HeaderClassName
{
color: #C8172F;
}
.AnyTagClassName
{
color: #C8172F;
}
</style>
background-color css
<style>
a { background-color: #C8172F; }
a { background-color: rgb(200,23,47); }
div.DivClassName
{
background-color: #C8172F;
}
.BgClassName
{
background-color: #C8172F;
}
</style>
border-color css
<style>
span { border-color: #C8172F; }
span { border-color: rgb(200,23,47); }
td.TdClassName
{
border-color: #C8172F;
}
.TagClassName
{
border-color: #C8172F;
}
</style>