Shades of Cardinal #C8144F
Tints of Cardinal #C8144F
RGB
CMYK
RGB Variations
Color information
#C8144F (or 0xC8144F) is known color: Cardinal. HEX triplet: C8, 14 and 4F. RGB value is (200,20,79). Sum of RGB (Red+Green+Blue) = 200+20+79=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8144F is #37EBB0. Grayscale: #505050. Windows color (decimal): -3664817 or 5182664. OLE color: 5182664.
HSL color Cylindrical-coordinate representation of color #C8144F: hue angle of 340.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8144F is Cyan = 0, Magento = 0.9, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 79 | - |
| CMYK | 0 | 0.9 | 0.60 | 0.22 |
| HSL | 340.33º | 0.82% | 0.43% | - |
| HSV(B) | 340.33º | 0.9% | 0.78% | - |
| XYZ | 25.48 | 13.34 | 8.63 | - |
| YUV | 80.55 | 127.13 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 79 | 0 | 0.9 | 0.60 | 0.22 | 340.33 | 0.82 | 0.43 |
| Hex | C8 | 14 | 4F | 0 | 5A | 3C | 16 | 154 | 52 | 2B |
| Octal | 310 | 24 | 117 | 0 | 132 | 74 | 26 | 524 | 122 | 53 |
| Binary | 11001000 | 10100 | 1001111 | 0 | 1011010 | 111100 | 10110 | 101010100 | 1010010 | 101011 |
Color Harmonies of #C8144F
Complementary color
Monochromatic Colors of #C8144F
Black with #C8144F
Text Example
Text Example
White with #C8144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8144F; }
p { color: rgb(200,20,79); }
H1.HeaderClassName
{
color: #C8144F;
}
.AnyTagClassName
{
color: #C8144F;
}
</style>
background-color css
<style>
a { background-color: #C8144F; }
a { background-color: rgb(200,20,79); }
div.DivClassName
{
background-color: #C8144F;
}
.BgClassName
{
background-color: #C8144F;
}
</style>
border-color css
<style>
span { border-color: #C8144F; }
span { border-color: rgb(200,20,79); }
td.TdClassName
{
border-color: #C8144F;
}
.TagClassName
{
border-color: #C8144F;
}
</style>