Shades of Cardinal #C71A39
Tints of Cardinal #C71A39
RGB
CMYK
RGB Variations
Color information
#C71A39 (or 0xC71A39) is known color: Cardinal. HEX triplet: C7, 1A and 39. RGB value is (199,26,57). Sum of RGB (Red+Green+Blue) = 199+26+57=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71A39 is #38E5C6. Grayscale: #515151. Windows color (decimal): -3728839 or 3742407. OLE color: 3742407.
HSL color Cylindrical-coordinate representation of color #C71A39: hue angle of 349.25º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71A39 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 57 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.22 |
| HSL | 349.25º | 0.77% | 0.44% | - |
| HSV(B) | 349.25º | 0.87% | 0.78% | - |
| XYZ | 24.66 | 13.18 | 5.11 | - |
| YUV | 81.26 | 114.31 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 57 | 0 | 0.87 | 0.71 | 0.22 | 349.25 | 0.77 | 0.44 |
| Hex | C7 | 1A | 39 | 0 | 57 | 47 | 16 | 15D | 4D | 2C |
| Octal | 307 | 32 | 71 | 0 | 127 | 107 | 26 | 535 | 115 | 54 |
| Binary | 11000111 | 11010 | 111001 | 0 | 1010111 | 1000111 | 10110 | 101011101 | 1001101 | 101100 |
Color Harmonies of #C71A39
Complementary color
Monochromatic Colors of #C71A39
Black with #C71A39
Text Example
Text Example
White with #C71A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71A39; }
p { color: rgb(199,26,57); }
H1.HeaderClassName
{
color: #C71A39;
}
.AnyTagClassName
{
color: #C71A39;
}
</style>
background-color css
<style>
a { background-color: #C71A39; }
a { background-color: rgb(199,26,57); }
div.DivClassName
{
background-color: #C71A39;
}
.BgClassName
{
background-color: #C71A39;
}
</style>
border-color css
<style>
span { border-color: #C71A39; }
span { border-color: rgb(199,26,57); }
td.TdClassName
{
border-color: #C71A39;
}
.TagClassName
{
border-color: #C71A39;
}
</style>