Shades of Cardinal #C71D31
Tints of Cardinal #C71D31
RGB
CMYK
RGB Variations
Color information
#C71D31 (or 0xC71D31) is known color: Cardinal. HEX triplet: C7, 1D and 31. RGB value is (199,29,49). Sum of RGB (Red+Green+Blue) = 199+29+49=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71D31 is #38E2CE. Grayscale: #525252. Windows color (decimal): -3728079 or 3218887. OLE color: 3218887.
HSL color Cylindrical-coordinate representation of color #C71D31: hue angle of 352.94º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71D31 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 49 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.22 |
| HSL | 352.94º | 0.75% | 0.45% | - |
| HSV(B) | 352.94º | 0.85% | 0.78% | - |
| XYZ | 24.55 | 13.24 | 4.17 | - |
| YUV | 82.11 | 109.32 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 49 | 0 | 0.85 | 0.75 | 0.22 | 352.94 | 0.75 | 0.45 |
| Hex | C7 | 1D | 31 | 0 | 55 | 4B | 16 | 161 | 4B | 2D |
| Octal | 307 | 35 | 61 | 0 | 125 | 113 | 26 | 541 | 113 | 55 |
| Binary | 11000111 | 11101 | 110001 | 0 | 1010101 | 1001011 | 10110 | 101100001 | 1001011 | 101101 |
Color Harmonies of #C71D31
Complementary color
Monochromatic Colors of #C71D31
Black with #C71D31
Text Example
Text Example
White with #C71D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71D31; }
p { color: rgb(199,29,49); }
H1.HeaderClassName
{
color: #C71D31;
}
.AnyTagClassName
{
color: #C71D31;
}
</style>
background-color css
<style>
a { background-color: #C71D31; }
a { background-color: rgb(199,29,49); }
div.DivClassName
{
background-color: #C71D31;
}
.BgClassName
{
background-color: #C71D31;
}
</style>
border-color css
<style>
span { border-color: #C71D31; }
span { border-color: rgb(199,29,49); }
td.TdClassName
{
border-color: #C71D31;
}
.TagClassName
{
border-color: #C71D31;
}
</style>