Shades of Cardinal #C8134A
Tints of Cardinal #C8134A
RGB
CMYK
RGB Variations
Color information
#C8134A (or 0xC8134A) is known color: Cardinal. HEX triplet: C8, 13 and 4A. RGB value is (200,19,74). Sum of RGB (Red+Green+Blue) = 200+19+74=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C8134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8134A is #37ECB5. Grayscale: #4F4F4F. Windows color (decimal): -3665078 or 4854728. OLE color: 4854728.
HSL color Cylindrical-coordinate representation of color #C8134A: hue angle of 341.77º degrees, saturation: 0.83, 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 #C8134A is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 74 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.22 |
| HSL | 341.77º | 0.83% | 0.43% | - |
| HSV(B) | 341.77º | 0.91% | 0.78% | - |
| XYZ | 25.29 | 13.24 | 7.7 | - |
| YUV | 79.39 | 124.97 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 74 | 0 | 0.90 | 0.63 | 0.22 | 341.77 | 0.83 | 0.43 |
| Hex | C8 | 13 | 4A | 0 | 5A | 3F | 16 | 156 | 53 | 2B |
| Octal | 310 | 23 | 112 | 0 | 132 | 77 | 26 | 526 | 123 | 53 |
| Binary | 11001000 | 10011 | 1001010 | 0 | 1011010 | 111111 | 10110 | 101010110 | 1010011 | 101011 |
Color Harmonies of #C8134A
Complementary color
Monochromatic Colors of #C8134A
Black with #C8134A
Text Example
Text Example
White with #C8134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8134A; }
p { color: rgb(200,19,74); }
H1.HeaderClassName
{
color: #C8134A;
}
.AnyTagClassName
{
color: #C8134A;
}
</style>
background-color css
<style>
a { background-color: #C8134A; }
a { background-color: rgb(200,19,74); }
div.DivClassName
{
background-color: #C8134A;
}
.BgClassName
{
background-color: #C8134A;
}
</style>
border-color css
<style>
span { border-color: #C8134A; }
span { border-color: rgb(200,19,74); }
td.TdClassName
{
border-color: #C8134A;
}
.TagClassName
{
border-color: #C8134A;
}
</style>