Shades of Cardinal #C7143B
Tints of Cardinal #C7143B
RGB
CMYK
RGB Variations
Color information
#C7143B (or 0xC7143B) is known color: Cardinal. HEX triplet: C7, 14 and 3B. RGB value is (199,20,59). Sum of RGB (Red+Green+Blue) = 199+20+59=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C7143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7143B is #38EBC4. Grayscale: #4D4D4D. Windows color (decimal): -3730373 or 3871943. OLE color: 3871943.
HSL color Cylindrical-coordinate representation of color #C7143B: hue angle of 346.93º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7143B is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 59 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.22 |
| HSL | 346.93º | 0.82% | 0.43% | - |
| HSV(B) | 346.93º | 0.9% | 0.78% | - |
| XYZ | 24.59 | 12.96 | 5.34 | - |
| YUV | 77.97 | 117.3 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 59 | 0 | 0.90 | 0.70 | 0.22 | 346.93 | 0.82 | 0.43 |
| Hex | C7 | 14 | 3B | 0 | 5A | 46 | 16 | 15B | 52 | 2B |
| Octal | 307 | 24 | 73 | 0 | 132 | 106 | 26 | 533 | 122 | 53 |
| Binary | 11000111 | 10100 | 111011 | 0 | 1011010 | 1000110 | 10110 | 101011011 | 1010010 | 101011 |
Color Harmonies of #C7143B
Complementary color
Monochromatic Colors of #C7143B
Black with #C7143B
Text Example
Text Example
White with #C7143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7143B; }
p { color: rgb(199,20,59); }
H1.HeaderClassName
{
color: #C7143B;
}
.AnyTagClassName
{
color: #C7143B;
}
</style>
background-color css
<style>
a { background-color: #C7143B; }
a { background-color: rgb(199,20,59); }
div.DivClassName
{
background-color: #C7143B;
}
.BgClassName
{
background-color: #C7143B;
}
</style>
border-color css
<style>
span { border-color: #C7143B; }
span { border-color: rgb(199,20,59); }
td.TdClassName
{
border-color: #C7143B;
}
.TagClassName
{
border-color: #C7143B;
}
</style>