Shades of Cardinal #C8184D
Tints of Cardinal #C8184D
RGB
CMYK
RGB Variations
Color information
#C8184D (or 0xC8184D) is known color: Cardinal. HEX triplet: C8, 18 and 4D. RGB value is (200,24,77). Sum of RGB (Red+Green+Blue) = 200+24+77=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C8184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8184D is #37E7B2. Grayscale: #525252. Windows color (decimal): -3663795 or 5052616. OLE color: 5052616.
HSL color Cylindrical-coordinate representation of color #C8184D: hue angle of 341.93º 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 #C8184D is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 77 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.22 |
| HSL | 341.93º | 0.79% | 0.44% | - |
| HSV(B) | 341.93º | 0.88% | 0.78% | - |
| XYZ | 25.49 | 13.47 | 8.28 | - |
| YUV | 82.67 | 124.81 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 77 | 0 | 0.88 | 0.62 | 0.22 | 341.93 | 0.79 | 0.44 |
| Hex | C8 | 18 | 4D | 0 | 58 | 3E | 16 | 156 | 4F | 2C |
| Octal | 310 | 30 | 115 | 0 | 130 | 76 | 26 | 526 | 117 | 54 |
| Binary | 11001000 | 11000 | 1001101 | 0 | 1011000 | 111110 | 10110 | 101010110 | 1001111 | 101100 |
Color Harmonies of #C8184D
Complementary color
Monochromatic Colors of #C8184D
Black with #C8184D
Text Example
Text Example
White with #C8184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8184D; }
p { color: rgb(200,24,77); }
H1.HeaderClassName
{
color: #C8184D;
}
.AnyTagClassName
{
color: #C8184D;
}
</style>
background-color css
<style>
a { background-color: #C8184D; }
a { background-color: rgb(200,24,77); }
div.DivClassName
{
background-color: #C8184D;
}
.BgClassName
{
background-color: #C8184D;
}
</style>
border-color css
<style>
span { border-color: #C8184D; }
span { border-color: rgb(200,24,77); }
td.TdClassName
{
border-color: #C8184D;
}
.TagClassName
{
border-color: #C8184D;
}
</style>