Shades of Cardinal #C71B40
Tints of Cardinal #C71B40
RGB
CMYK
RGB Variations
Color information
#C71B40 (or 0xC71B40) is known color: Cardinal. HEX triplet: C7, 1B and 40. RGB value is (199,27,64). Sum of RGB (Red+Green+Blue) = 199+27+64=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71B40 is #38E4BF. Grayscale: #525252. Windows color (decimal): -3728576 or 4201415. OLE color: 4201415.
HSL color Cylindrical-coordinate representation of color #C71B40: hue angle of 347.09º 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 #C71B40 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 64 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.22 |
| HSL | 347.09º | 0.76% | 0.44% | - |
| HSV(B) | 347.09º | 0.86% | 0.78% | - |
| XYZ | 24.87 | 13.3 | 6.11 | - |
| YUV | 82.65 | 117.48 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 64 | 0 | 0.86 | 0.68 | 0.22 | 347.09 | 0.76 | 0.44 |
| Hex | C7 | 1B | 40 | 0 | 56 | 44 | 16 | 15B | 4C | 2C |
| Octal | 307 | 33 | 100 | 0 | 126 | 104 | 26 | 533 | 114 | 54 |
| Binary | 11000111 | 11011 | 1000000 | 0 | 1010110 | 1000100 | 10110 | 101011011 | 1001100 | 101100 |
Color Harmonies of #C71B40
Complementary color
Monochromatic Colors of #C71B40
Black with #C71B40
Text Example
Text Example
White with #C71B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B40; }
p { color: rgb(199,27,64); }
H1.HeaderClassName
{
color: #C71B40;
}
.AnyTagClassName
{
color: #C71B40;
}
</style>
background-color css
<style>
a { background-color: #C71B40; }
a { background-color: rgb(199,27,64); }
div.DivClassName
{
background-color: #C71B40;
}
.BgClassName
{
background-color: #C71B40;
}
</style>
border-color css
<style>
span { border-color: #C71B40; }
span { border-color: rgb(199,27,64); }
td.TdClassName
{
border-color: #C71B40;
}
.TagClassName
{
border-color: #C71B40;
}
</style>