Shades of Cardinal #C8143A
Tints of Cardinal #C8143A
RGB
CMYK
RGB Variations
Color information
#C8143A (or 0xC8143A) is known color: Cardinal. HEX triplet: C8, 14 and 3A. RGB value is (200,20,58). Sum of RGB (Red+Green+Blue) = 200+20+58=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C8143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8143A is #37EBC5. Grayscale: #4E4E4E. Windows color (decimal): -3664838 or 3806408. OLE color: 3806408.
HSL color Cylindrical-coordinate representation of color #C8143A: hue angle of 347.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 #C8143A is Cyan = 0, Magento = 0.9, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 58 | - |
| CMYK | 0 | 0.9 | 0.71 | 0.22 |
| HSL | 347.33º | 0.82% | 0.43% | - |
| HSV(B) | 347.33º | 0.9% | 0.78% | - |
| XYZ | 24.83 | 13.09 | 5.22 | - |
| YUV | 78.15 | 116.63 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 58 | 0 | 0.9 | 0.71 | 0.22 | 347.33 | 0.82 | 0.43 |
| Hex | C8 | 14 | 3A | 0 | 5A | 47 | 16 | 15B | 52 | 2B |
| Octal | 310 | 24 | 72 | 0 | 132 | 107 | 26 | 533 | 122 | 53 |
| Binary | 11001000 | 10100 | 111010 | 0 | 1011010 | 1000111 | 10110 | 101011011 | 1010010 | 101011 |
Color Harmonies of #C8143A
Complementary color
Monochromatic Colors of #C8143A
Black with #C8143A
Text Example
Text Example
White with #C8143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8143A; }
p { color: rgb(200,20,58); }
H1.HeaderClassName
{
color: #C8143A;
}
.AnyTagClassName
{
color: #C8143A;
}
</style>
background-color css
<style>
a { background-color: #C8143A; }
a { background-color: rgb(200,20,58); }
div.DivClassName
{
background-color: #C8143A;
}
.BgClassName
{
background-color: #C8143A;
}
</style>
border-color css
<style>
span { border-color: #C8143A; }
span { border-color: rgb(200,20,58); }
td.TdClassName
{
border-color: #C8143A;
}
.TagClassName
{
border-color: #C8143A;
}
</style>