Shades of Cardinal #C8144B
Tints of Cardinal #C8144B
RGB
CMYK
RGB Variations
Color information
#C8144B (or 0xC8144B) is known color: Cardinal. HEX triplet: C8, 14 and 4B. RGB value is (200,20,75). Sum of RGB (Red+Green+Blue) = 200+20+75=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8144B is #37EBB4. Grayscale: #505050. Windows color (decimal): -3664821 or 4920520. OLE color: 4920520.
HSL color Cylindrical-coordinate representation of color #C8144B: hue angle of 341.67º 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 #C8144B is Cyan = 0, Magento = 0.9, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 75 | - |
| CMYK | 0 | 0.9 | 0.62 | 0.22 |
| HSL | 341.67º | 0.82% | 0.43% | - |
| HSV(B) | 341.67º | 0.9% | 0.78% | - |
| XYZ | 25.34 | 13.29 | 7.89 | - |
| YUV | 80.09 | 125.13 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 75 | 0 | 0.9 | 0.62 | 0.22 | 341.67 | 0.82 | 0.43 |
| Hex | C8 | 14 | 4B | 0 | 5A | 3E | 16 | 156 | 52 | 2B |
| Octal | 310 | 24 | 113 | 0 | 132 | 76 | 26 | 526 | 122 | 53 |
| Binary | 11001000 | 10100 | 1001011 | 0 | 1011010 | 111110 | 10110 | 101010110 | 1010010 | 101011 |
Color Harmonies of #C8144B
Complementary color
Monochromatic Colors of #C8144B
Black with #C8144B
Text Example
Text Example
White with #C8144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8144B; }
p { color: rgb(200,20,75); }
H1.HeaderClassName
{
color: #C8144B;
}
.AnyTagClassName
{
color: #C8144B;
}
</style>
background-color css
<style>
a { background-color: #C8144B; }
a { background-color: rgb(200,20,75); }
div.DivClassName
{
background-color: #C8144B;
}
.BgClassName
{
background-color: #C8144B;
}
</style>
border-color css
<style>
span { border-color: #C8144B; }
span { border-color: rgb(200,20,75); }
td.TdClassName
{
border-color: #C8144B;
}
.TagClassName
{
border-color: #C8144B;
}
</style>