Shades of Cardinal #C71F30
Tints of Cardinal #C71F30
RGB
CMYK
RGB Variations
Color information
#C71F30 (or 0xC71F30) is known color: Cardinal. HEX triplet: C7, 1F and 30. RGB value is (199,31,48). Sum of RGB (Red+Green+Blue) = 199+31+48=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71F30 is #38E0CF. Grayscale: #535353. Windows color (decimal): -3727568 or 3153863. OLE color: 3153863.
HSL color Cylindrical-coordinate representation of color #C71F30: hue angle of 353.93º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C71F30 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 31 | 48 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.22 |
| HSL | 353.93º | 0.73% | 0.45% | - |
| HSV(B) | 353.93º | 0.84% | 0.78% | - |
| XYZ | 24.58 | 13.34 | 4.07 | - |
| YUV | 83.17 | 108.16 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 31 | 48 | 0 | 0.84 | 0.76 | 0.22 | 353.93 | 0.73 | 0.45 |
| Hex | C7 | 1F | 30 | 0 | 54 | 4C | 16 | 162 | 49 | 2D |
| Octal | 307 | 37 | 60 | 0 | 124 | 114 | 26 | 542 | 111 | 55 |
| Binary | 11000111 | 11111 | 110000 | 0 | 1010100 | 1001100 | 10110 | 101100010 | 1001001 | 101101 |
Color Harmonies of #C71F30
Complementary color
Monochromatic Colors of #C71F30
Black with #C71F30
Text Example
Text Example
White with #C71F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71F30; }
p { color: rgb(199,31,48); }
H1.HeaderClassName
{
color: #C71F30;
}
.AnyTagClassName
{
color: #C71F30;
}
</style>
background-color css
<style>
a { background-color: #C71F30; }
a { background-color: rgb(199,31,48); }
div.DivClassName
{
background-color: #C71F30;
}
.BgClassName
{
background-color: #C71F30;
}
</style>
border-color css
<style>
span { border-color: #C71F30; }
span { border-color: rgb(199,31,48); }
td.TdClassName
{
border-color: #C71F30;
}
.TagClassName
{
border-color: #C71F30;
}
</style>