Shades of Cardinal #C71B4C
Tints of Cardinal #C71B4C
RGB
CMYK
RGB Variations
Color information
#C71B4C (or 0xC71B4C) is known color: Cardinal. HEX triplet: C7, 1B and 4C. RGB value is (199,27,76). Sum of RGB (Red+Green+Blue) = 199+27+76=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71B4C is #38E4B3. Grayscale: #535353. Windows color (decimal): -3728564 or 4987847. OLE color: 4987847.
HSL color Cylindrical-coordinate representation of color #C71B4C: hue angle of 342.91º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71B4C is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 76 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.22 |
| HSL | 342.91º | 0.76% | 0.44% | - |
| HSV(B) | 342.91º | 0.86% | 0.78% | - |
| XYZ | 25.25 | 13.45 | 8.1 | - |
| YUV | 84.01 | 123.48 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 76 | 0 | 0.86 | 0.62 | 0.22 | 342.91 | 0.76 | 0.44 |
| Hex | C7 | 1B | 4C | 0 | 56 | 3E | 16 | 157 | 4C | 2C |
| Octal | 307 | 33 | 114 | 0 | 126 | 76 | 26 | 527 | 114 | 54 |
| Binary | 11000111 | 11011 | 1001100 | 0 | 1010110 | 111110 | 10110 | 101010111 | 1001100 | 101100 |
Color Harmonies of #C71B4C
Complementary color
Monochromatic Colors of #C71B4C
Black with #C71B4C
Text Example
Text Example
White with #C71B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B4C; }
p { color: rgb(199,27,76); }
H1.HeaderClassName
{
color: #C71B4C;
}
.AnyTagClassName
{
color: #C71B4C;
}
</style>
background-color css
<style>
a { background-color: #C71B4C; }
a { background-color: rgb(199,27,76); }
div.DivClassName
{
background-color: #C71B4C;
}
.BgClassName
{
background-color: #C71B4C;
}
</style>
border-color css
<style>
span { border-color: #C71B4C; }
span { border-color: rgb(199,27,76); }
td.TdClassName
{
border-color: #C71B4C;
}
.TagClassName
{
border-color: #C71B4C;
}
</style>