Shades of Cardinal #C71E35
Tints of Cardinal #C71E35
RGB
CMYK
RGB Variations
Color information
#C71E35 (or 0xC71E35) is known color: Cardinal. HEX triplet: C7, 1E and 35. RGB value is (199,30,53). Sum of RGB (Red+Green+Blue) = 199+30+53=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71E35 is #38E1CA. Grayscale: #535353. Windows color (decimal): -3727819 or 3481287. OLE color: 3481287.
HSL color Cylindrical-coordinate representation of color #C71E35: hue angle of 351.83º degrees, saturation: 0.74, 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 #C71E35 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 53 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.22 |
| HSL | 351.83º | 0.74% | 0.45% | - |
| HSV(B) | 351.83º | 0.85% | 0.78% | - |
| XYZ | 24.66 | 13.33 | 4.64 | - |
| YUV | 83.15 | 110.99 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 53 | 0 | 0.85 | 0.73 | 0.22 | 351.83 | 0.74 | 0.45 |
| Hex | C7 | 1E | 35 | 0 | 55 | 49 | 16 | 160 | 4A | 2D |
| Octal | 307 | 36 | 65 | 0 | 125 | 111 | 26 | 540 | 112 | 55 |
| Binary | 11000111 | 11110 | 110101 | 0 | 1010101 | 1001001 | 10110 | 101100000 | 1001010 | 101101 |
Color Harmonies of #C71E35
Complementary color
Monochromatic Colors of #C71E35
Black with #C71E35
Text Example
Text Example
White with #C71E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71E35; }
p { color: rgb(199,30,53); }
H1.HeaderClassName
{
color: #C71E35;
}
.AnyTagClassName
{
color: #C71E35;
}
</style>
background-color css
<style>
a { background-color: #C71E35; }
a { background-color: rgb(199,30,53); }
div.DivClassName
{
background-color: #C71E35;
}
.BgClassName
{
background-color: #C71E35;
}
</style>
border-color css
<style>
span { border-color: #C71E35; }
span { border-color: rgb(199,30,53); }
td.TdClassName
{
border-color: #C71E35;
}
.TagClassName
{
border-color: #C71E35;
}
</style>