Shades of Cardinal #C71738
Tints of Cardinal #C71738
RGB
CMYK
RGB Variations
Color information
#C71738 (or 0xC71738) is known color: Cardinal. HEX triplet: C7, 17 and 38. RGB value is (199,23,56). Sum of RGB (Red+Green+Blue) = 199+23+56=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C71738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71738 is #38E8C7. Grayscale: #4F4F4F. Windows color (decimal): -3729608 or 3676103. OLE color: 3676103.
HSL color Cylindrical-coordinate representation of color #C71738: hue angle of 348.75º degrees, saturation: 0.79, 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 #C71738 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 56 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.22 |
| HSL | 348.75º | 0.79% | 0.44% | - |
| HSV(B) | 348.75º | 0.88% | 0.78% | - |
| XYZ | 24.57 | 13.04 | 4.96 | - |
| YUV | 79.39 | 114.81 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 56 | 0 | 0.88 | 0.72 | 0.22 | 348.75 | 0.79 | 0.44 |
| Hex | C7 | 17 | 38 | 0 | 58 | 48 | 16 | 15D | 4F | 2C |
| Octal | 307 | 27 | 70 | 0 | 130 | 110 | 26 | 535 | 117 | 54 |
| Binary | 11000111 | 10111 | 111000 | 0 | 1011000 | 1001000 | 10110 | 101011101 | 1001111 | 101100 |
Color Harmonies of #C71738
Complementary color
Monochromatic Colors of #C71738
Black with #C71738
Text Example
Text Example
White with #C71738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71738; }
p { color: rgb(199,23,56); }
H1.HeaderClassName
{
color: #C71738;
}
.AnyTagClassName
{
color: #C71738;
}
</style>
background-color css
<style>
a { background-color: #C71738; }
a { background-color: rgb(199,23,56); }
div.DivClassName
{
background-color: #C71738;
}
.BgClassName
{
background-color: #C71738;
}
</style>
border-color css
<style>
span { border-color: #C71738; }
span { border-color: rgb(199,23,56); }
td.TdClassName
{
border-color: #C71738;
}
.TagClassName
{
border-color: #C71738;
}
</style>