Shades of Cardinal #C71F34
Tints of Cardinal #C71F34
RGB
CMYK
RGB Variations
Color information
#C71F34 (or 0xC71F34) is known color: Cardinal. HEX triplet: C7, 1F and 34. RGB value is (199,31,52). Sum of RGB (Red+Green+Blue) = 199+31+52=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71F34 is #38E0CB. Grayscale: #535353. Windows color (decimal): -3727564 or 3416007. OLE color: 3416007.
HSL color Cylindrical-coordinate representation of color #C71F34: hue angle of 352.5º 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 #C71F34 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 31 | 52 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.22 |
| HSL | 352.5º | 0.73% | 0.45% | - |
| HSV(B) | 352.5º | 0.84% | 0.78% | - |
| XYZ | 24.66 | 13.37 | 4.53 | - |
| YUV | 83.63 | 110.16 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 31 | 52 | 0 | 0.84 | 0.74 | 0.22 | 352.5 | 0.73 | 0.45 |
| Hex | C7 | 1F | 34 | 0 | 54 | 4A | 16 | 160 | 49 | 2D |
| Octal | 307 | 37 | 64 | 0 | 124 | 112 | 26 | 540 | 111 | 55 |
| Binary | 11000111 | 11111 | 110100 | 0 | 1010100 | 1001010 | 10110 | 101100000 | 1001001 | 101101 |
Color Harmonies of #C71F34
Complementary color
Monochromatic Colors of #C71F34
Black with #C71F34
Text Example
Text Example
White with #C71F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71F34; }
p { color: rgb(199,31,52); }
H1.HeaderClassName
{
color: #C71F34;
}
.AnyTagClassName
{
color: #C71F34;
}
</style>
background-color css
<style>
a { background-color: #C71F34; }
a { background-color: rgb(199,31,52); }
div.DivClassName
{
background-color: #C71F34;
}
.BgClassName
{
background-color: #C71F34;
}
</style>
border-color css
<style>
span { border-color: #C71F34; }
span { border-color: rgb(199,31,52); }
td.TdClassName
{
border-color: #C71F34;
}
.TagClassName
{
border-color: #C71F34;
}
</style>