Shades of Cardinal #C7182D
Tints of Cardinal #C7182D
RGB
CMYK
RGB Variations
Color information
#C7182D (or 0xC7182D) is known color: Cardinal. HEX triplet: C7, 18 and 2D. RGB value is (199,24,45). Sum of RGB (Red+Green+Blue) = 199+24+45=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C7182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7182D is #38E7D2. Grayscale: #4E4E4E. Windows color (decimal): -3729363 or 2955463. OLE color: 2955463.
HSL color Cylindrical-coordinate representation of color #C7182D: hue angle of 352.8º degrees, saturation: 0.78, 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 #C7182D is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 45 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.22 |
| HSL | 352.8º | 0.78% | 0.44% | - |
| HSV(B) | 352.8º | 0.88% | 0.78% | - |
| XYZ | 24.35 | 12.98 | 3.71 | - |
| YUV | 78.72 | 108.98 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 45 | 0 | 0.88 | 0.77 | 0.22 | 352.8 | 0.78 | 0.44 |
| Hex | C7 | 18 | 2D | 0 | 58 | 4D | 16 | 161 | 4E | 2C |
| Octal | 307 | 30 | 55 | 0 | 130 | 115 | 26 | 541 | 116 | 54 |
| Binary | 11000111 | 11000 | 101101 | 0 | 1011000 | 1001101 | 10110 | 101100001 | 1001110 | 101100 |
Color Harmonies of #C7182D
Complementary color
Monochromatic Colors of #C7182D
Black with #C7182D
Text Example
Text Example
White with #C7182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7182D; }
p { color: rgb(199,24,45); }
H1.HeaderClassName
{
color: #C7182D;
}
.AnyTagClassName
{
color: #C7182D;
}
</style>
background-color css
<style>
a { background-color: #C7182D; }
a { background-color: rgb(199,24,45); }
div.DivClassName
{
background-color: #C7182D;
}
.BgClassName
{
background-color: #C7182D;
}
</style>
border-color css
<style>
span { border-color: #C7182D; }
span { border-color: rgb(199,24,45); }
td.TdClassName
{
border-color: #C7182D;
}
.TagClassName
{
border-color: #C7182D;
}
</style>