Shades of Cardinal #C71E42
Tints of Cardinal #C71E42
RGB
CMYK
RGB Variations
Color information
#C71E42 (or 0xC71E42) is known color: Cardinal. HEX triplet: C7, 1E and 42. RGB value is (199,30,66). Sum of RGB (Red+Green+Blue) = 199+30+66=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71E42 is #38E1BD. Grayscale: #545454. Windows color (decimal): -3727806 or 4333255. OLE color: 4333255.
HSL color Cylindrical-coordinate representation of color #C71E42: hue angle of 347.22º 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 #C71E42 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 66 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.22 |
| HSL | 347.22º | 0.74% | 0.45% | - |
| HSV(B) | 347.22º | 0.85% | 0.78% | - |
| XYZ | 25 | 13.46 | 6.44 | - |
| YUV | 84.64 | 117.49 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 66 | 0 | 0.85 | 0.67 | 0.22 | 347.22 | 0.74 | 0.45 |
| Hex | C7 | 1E | 42 | 0 | 55 | 43 | 16 | 15B | 4A | 2D |
| Octal | 307 | 36 | 102 | 0 | 125 | 103 | 26 | 533 | 112 | 55 |
| Binary | 11000111 | 11110 | 1000010 | 0 | 1010101 | 1000011 | 10110 | 101011011 | 1001010 | 101101 |
Color Harmonies of #C71E42
Complementary color
Monochromatic Colors of #C71E42
Black with #C71E42
Text Example
Text Example
White with #C71E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71E42; }
p { color: rgb(199,30,66); }
H1.HeaderClassName
{
color: #C71E42;
}
.AnyTagClassName
{
color: #C71E42;
}
</style>
background-color css
<style>
a { background-color: #C71E42; }
a { background-color: rgb(199,30,66); }
div.DivClassName
{
background-color: #C71E42;
}
.BgClassName
{
background-color: #C71E42;
}
</style>
border-color css
<style>
span { border-color: #C71E42; }
span { border-color: rgb(199,30,66); }
td.TdClassName
{
border-color: #C71E42;
}
.TagClassName
{
border-color: #C71E42;
}
</style>