Shades of Cardinal #C71B2D
Tints of Cardinal #C71B2D
RGB
CMYK
RGB Variations
Color information
#C71B2D (or 0xC71B2D) is known color: Cardinal. HEX triplet: C7, 1B and 2D. RGB value is (199,27,45). Sum of RGB (Red+Green+Blue) = 199+27+45=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71B2D is #38E4D2. Grayscale: #505050. Windows color (decimal): -3728595 or 2956231. OLE color: 2956231.
HSL color Cylindrical-coordinate representation of color #C71B2D: hue angle of 353.72º 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 #C71B2D is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 45 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.22 |
| HSL | 353.72º | 0.76% | 0.44% | - |
| HSV(B) | 353.72º | 0.86% | 0.78% | - |
| XYZ | 24.42 | 13.12 | 3.73 | - |
| YUV | 80.48 | 107.98 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 45 | 0 | 0.86 | 0.77 | 0.22 | 353.72 | 0.76 | 0.44 |
| Hex | C7 | 1B | 2D | 0 | 56 | 4D | 16 | 162 | 4C | 2C |
| Octal | 307 | 33 | 55 | 0 | 126 | 115 | 26 | 542 | 114 | 54 |
| Binary | 11000111 | 11011 | 101101 | 0 | 1010110 | 1001101 | 10110 | 101100010 | 1001100 | 101100 |
Color Harmonies of #C71B2D
Complementary color
Monochromatic Colors of #C71B2D
Black with #C71B2D
Text Example
Text Example
White with #C71B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B2D; }
p { color: rgb(199,27,45); }
H1.HeaderClassName
{
color: #C71B2D;
}
.AnyTagClassName
{
color: #C71B2D;
}
</style>
background-color css
<style>
a { background-color: #C71B2D; }
a { background-color: rgb(199,27,45); }
div.DivClassName
{
background-color: #C71B2D;
}
.BgClassName
{
background-color: #C71B2D;
}
</style>
border-color css
<style>
span { border-color: #C71B2D; }
span { border-color: rgb(199,27,45); }
td.TdClassName
{
border-color: #C71B2D;
}
.TagClassName
{
border-color: #C71B2D;
}
</style>