Shades of Cardinal #C71D38
Tints of Cardinal #C71D38
RGB
CMYK
RGB Variations
Color information
#C71D38 (or 0xC71D38) is known color: Cardinal. HEX triplet: C7, 1D and 38. RGB value is (199,29,56). Sum of RGB (Red+Green+Blue) = 199+29+56=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71D38 is #38E2C7. Grayscale: #525252. Windows color (decimal): -3728072 or 3677639. OLE color: 3677639.
HSL color Cylindrical-coordinate representation of color #C71D38: hue angle of 350.47º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71D38 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 56 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.22 |
| HSL | 350.47º | 0.75% | 0.45% | - |
| HSV(B) | 350.47º | 0.85% | 0.78% | - |
| XYZ | 24.71 | 13.31 | 5.01 | - |
| YUV | 82.91 | 112.82 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 56 | 0 | 0.85 | 0.72 | 0.22 | 350.47 | 0.75 | 0.45 |
| Hex | C7 | 1D | 38 | 0 | 55 | 48 | 16 | 15E | 4B | 2D |
| Octal | 307 | 35 | 70 | 0 | 125 | 110 | 26 | 536 | 113 | 55 |
| Binary | 11000111 | 11101 | 111000 | 0 | 1010101 | 1001000 | 10110 | 101011110 | 1001011 | 101101 |
Color Harmonies of #C71D38
Complementary color
Monochromatic Colors of #C71D38
Black with #C71D38
Text Example
Text Example
White with #C71D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71D38; }
p { color: rgb(199,29,56); }
H1.HeaderClassName
{
color: #C71D38;
}
.AnyTagClassName
{
color: #C71D38;
}
</style>
background-color css
<style>
a { background-color: #C71D38; }
a { background-color: rgb(199,29,56); }
div.DivClassName
{
background-color: #C71D38;
}
.BgClassName
{
background-color: #C71D38;
}
</style>
border-color css
<style>
span { border-color: #C71D38; }
span { border-color: rgb(199,29,56); }
td.TdClassName
{
border-color: #C71D38;
}
.TagClassName
{
border-color: #C71D38;
}
</style>