Shades of Cardinal #C7123D
Tints of Cardinal #C7123D
RGB
CMYK
RGB Variations
Color information
#C7123D (or 0xC7123D) is known color: Cardinal. HEX triplet: C7, 12 and 3D. RGB value is (199,18,61). Sum of RGB (Red+Green+Blue) = 199+18+61=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C7123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7123D is #38EDC2. Grayscale: #4D4D4D. Windows color (decimal): -3730883 or 4002503. OLE color: 4002503.
HSL color Cylindrical-coordinate representation of color #C7123D: hue angle of 345.75º 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 #C7123D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 61 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.22 |
| HSL | 345.75º | 0.83% | 0.43% | - |
| HSV(B) | 345.75º | 0.91% | 0.78% | - |
| XYZ | 24.61 | 12.91 | 5.61 | - |
| YUV | 77.02 | 118.97 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 61 | 0 | 0.91 | 0.69 | 0.22 | 345.75 | 0.83 | 0.43 |
| Hex | C7 | 12 | 3D | 0 | 5B | 45 | 16 | 15A | 53 | 2B |
| Octal | 307 | 22 | 75 | 0 | 133 | 105 | 26 | 532 | 123 | 53 |
| Binary | 11000111 | 10010 | 111101 | 0 | 1011011 | 1000101 | 10110 | 101011010 | 1010011 | 101011 |
Color Harmonies of #C7123D
Complementary color
Monochromatic Colors of #C7123D
Black with #C7123D
Text Example
Text Example
White with #C7123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7123D; }
p { color: rgb(199,18,61); }
H1.HeaderClassName
{
color: #C7123D;
}
.AnyTagClassName
{
color: #C7123D;
}
</style>
background-color css
<style>
a { background-color: #C7123D; }
a { background-color: rgb(199,18,61); }
div.DivClassName
{
background-color: #C7123D;
}
.BgClassName
{
background-color: #C7123D;
}
</style>
border-color css
<style>
span { border-color: #C7123D; }
span { border-color: rgb(199,18,61); }
td.TdClassName
{
border-color: #C7123D;
}
.TagClassName
{
border-color: #C7123D;
}
</style>