Shades of Cardinal #C71E3D
Tints of Cardinal #C71E3D
RGB
CMYK
RGB Variations
Color information
#C71E3D (or 0xC71E3D) is known color: Cardinal. HEX triplet: C7, 1E and 3D. RGB value is (199,30,61). Sum of RGB (Red+Green+Blue) = 199+30+61=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71E3D is #38E1C2. Grayscale: #545454. Windows color (decimal): -3727811 or 4005575. OLE color: 4005575.
HSL color Cylindrical-coordinate representation of color #C71E3D: hue angle of 348.99º 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 #C71E3D is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 61 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.22 |
| HSL | 348.99º | 0.74% | 0.45% | - |
| HSV(B) | 348.99º | 0.85% | 0.78% | - |
| XYZ | 24.86 | 13.41 | 5.69 | - |
| YUV | 84.07 | 114.99 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 61 | 0 | 0.85 | 0.69 | 0.22 | 348.99 | 0.74 | 0.45 |
| Hex | C7 | 1E | 3D | 0 | 55 | 45 | 16 | 15D | 4A | 2D |
| Octal | 307 | 36 | 75 | 0 | 125 | 105 | 26 | 535 | 112 | 55 |
| Binary | 11000111 | 11110 | 111101 | 0 | 1010101 | 1000101 | 10110 | 101011101 | 1001010 | 101101 |
Color Harmonies of #C71E3D
Complementary color
Monochromatic Colors of #C71E3D
Black with #C71E3D
Text Example
Text Example
White with #C71E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71E3D; }
p { color: rgb(199,30,61); }
H1.HeaderClassName
{
color: #C71E3D;
}
.AnyTagClassName
{
color: #C71E3D;
}
</style>
background-color css
<style>
a { background-color: #C71E3D; }
a { background-color: rgb(199,30,61); }
div.DivClassName
{
background-color: #C71E3D;
}
.BgClassName
{
background-color: #C71E3D;
}
</style>
border-color css
<style>
span { border-color: #C71E3D; }
span { border-color: rgb(199,30,61); }
td.TdClassName
{
border-color: #C71E3D;
}
.TagClassName
{
border-color: #C71E3D;
}
</style>