Shades of Cardinal #C71B3C
Tints of Cardinal #C71B3C
RGB
CMYK
RGB Variations
Color information
#C71B3C (or 0xC71B3C) is known color: Cardinal. HEX triplet: C7, 1B and 3C. RGB value is (199,27,60). Sum of RGB (Red+Green+Blue) = 199+27+60=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71B3C is #38E4C3. Grayscale: #525252. Windows color (decimal): -3728580 or 3939271. OLE color: 3939271.
HSL color Cylindrical-coordinate representation of color #C71B3C: hue angle of 348.49º 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 #C71B3C is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 60 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.22 |
| HSL | 348.49º | 0.76% | 0.44% | - |
| HSV(B) | 348.49º | 0.86% | 0.78% | - |
| XYZ | 24.76 | 13.25 | 5.53 | - |
| YUV | 82.19 | 115.48 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 60 | 0 | 0.86 | 0.70 | 0.22 | 348.49 | 0.76 | 0.44 |
| Hex | C7 | 1B | 3C | 0 | 56 | 46 | 16 | 15C | 4C | 2C |
| Octal | 307 | 33 | 74 | 0 | 126 | 106 | 26 | 534 | 114 | 54 |
| Binary | 11000111 | 11011 | 111100 | 0 | 1010110 | 1000110 | 10110 | 101011100 | 1001100 | 101100 |
Color Harmonies of #C71B3C
Complementary color
Monochromatic Colors of #C71B3C
Black with #C71B3C
Text Example
Text Example
White with #C71B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B3C; }
p { color: rgb(199,27,60); }
H1.HeaderClassName
{
color: #C71B3C;
}
.AnyTagClassName
{
color: #C71B3C;
}
</style>
background-color css
<style>
a { background-color: #C71B3C; }
a { background-color: rgb(199,27,60); }
div.DivClassName
{
background-color: #C71B3C;
}
.BgClassName
{
background-color: #C71B3C;
}
</style>
border-color css
<style>
span { border-color: #C71B3C; }
span { border-color: rgb(199,27,60); }
td.TdClassName
{
border-color: #C71B3C;
}
.TagClassName
{
border-color: #C71B3C;
}
</style>