Shades of Cardinal #C8123E
Tints of Cardinal #C8123E
RGB
CMYK
RGB Variations
Color information
#C8123E (or 0xC8123E) is known color: Cardinal. HEX triplet: C8, 12 and 3E. RGB value is (200,18,62). Sum of RGB (Red+Green+Blue) = 200+18+62=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C8123E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8123E is #37EDC1. Grayscale: #4D4D4D. Windows color (decimal): -3665346 or 4068040. OLE color: 4068040.
HSL color Cylindrical-coordinate representation of color #C8123E: hue angle of 345.49º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8123E is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 62 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.22 |
| HSL | 345.49º | 0.83% | 0.43% | - |
| HSV(B) | 345.49º | 0.91% | 0.78% | - |
| XYZ | 24.91 | 13.06 | 5.77 | - |
| YUV | 77.43 | 119.3 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 62 | 0 | 0.91 | 0.69 | 0.22 | 345.49 | 0.83 | 0.43 |
| Hex | C8 | 12 | 3E | 0 | 5B | 45 | 16 | 159 | 53 | 2B |
| Octal | 310 | 22 | 76 | 0 | 133 | 105 | 26 | 531 | 123 | 53 |
| Binary | 11001000 | 10010 | 111110 | 0 | 1011011 | 1000101 | 10110 | 101011001 | 1010011 | 101011 |
Color Harmonies of #C8123E
Complementary color
Monochromatic Colors of #C8123E
Black with #C8123E
Text Example
Text Example
White with #C8123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8123E; }
p { color: rgb(200,18,62); }
H1.HeaderClassName
{
color: #C8123E;
}
.AnyTagClassName
{
color: #C8123E;
}
</style>
background-color css
<style>
a { background-color: #C8123E; }
a { background-color: rgb(200,18,62); }
div.DivClassName
{
background-color: #C8123E;
}
.BgClassName
{
background-color: #C8123E;
}
</style>
border-color css
<style>
span { border-color: #C8123E; }
span { border-color: rgb(200,18,62); }
td.TdClassName
{
border-color: #C8123E;
}
.TagClassName
{
border-color: #C8123E;
}
</style>