Shades of Cardinal #C7232D
Tints of Cardinal #C7232D
RGB
CMYK
RGB Variations
Color information
#C7232D (or 0xC7232D) is known color: Cardinal. HEX triplet: C7, 23 and 2D. RGB value is (199,35,45). Sum of RGB (Red+Green+Blue) = 199+35+45=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C7232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7232D is #38DCD2. Grayscale: #555555. Windows color (decimal): -3726547 or 2958279. OLE color: 2958279.
HSL color Cylindrical-coordinate representation of color #C7232D: hue angle of 356.34º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7232D is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 45 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.22 |
| HSL | 356.34º | 0.7% | 0.46% | - |
| HSV(B) | 356.34º | 0.82% | 0.78% | - |
| XYZ | 24.63 | 13.53 | 3.8 | - |
| YUV | 85.18 | 105.33 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 45 | 0 | 0.82 | 0.77 | 0.22 | 356.34 | 0.7 | 0.46 |
| Hex | C7 | 23 | 2D | 0 | 52 | 4D | 16 | 164 | 46 | 2E |
| Octal | 307 | 43 | 55 | 0 | 122 | 115 | 26 | 544 | 106 | 56 |
| Binary | 11000111 | 100011 | 101101 | 0 | 1010010 | 1001101 | 10110 | 101100100 | 1000110 | 101110 |
Color Harmonies of #C7232D
Complementary color
Monochromatic Colors of #C7232D
Black with #C7232D
Text Example
Text Example
White with #C7232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7232D; }
p { color: rgb(199,35,45); }
H1.HeaderClassName
{
color: #C7232D;
}
.AnyTagClassName
{
color: #C7232D;
}
</style>
background-color css
<style>
a { background-color: #C7232D; }
a { background-color: rgb(199,35,45); }
div.DivClassName
{
background-color: #C7232D;
}
.BgClassName
{
background-color: #C7232D;
}
</style>
border-color css
<style>
span { border-color: #C7232D; }
span { border-color: rgb(199,35,45); }
td.TdClassName
{
border-color: #C7232D;
}
.TagClassName
{
border-color: #C7232D;
}
</style>