Shades of Cardinal #C6143B
Tints of Cardinal #C6143B
RGB
CMYK
RGB Variations
Color information
#C6143B (or 0xC6143B) is known color: Cardinal. HEX triplet: C6, 14 and 3B. RGB value is (198,20,59). Sum of RGB (Red+Green+Blue) = 198+20+59=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C6143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6143B is #39EBC4. Grayscale: #4D4D4D. Windows color (decimal): -3795909 or 3871942. OLE color: 3871942.
HSL color Cylindrical-coordinate representation of color #C6143B: hue angle of 346.85º 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 #C6143B is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 59 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.22 |
| HSL | 346.85º | 0.82% | 0.43% | - |
| HSV(B) | 346.85º | 0.9% | 0.78% | - |
| XYZ | 24.33 | 12.82 | 5.33 | - |
| YUV | 77.67 | 117.47 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 59 | 0 | 0.90 | 0.70 | 0.22 | 346.85 | 0.82 | 0.43 |
| Hex | C6 | 14 | 3B | 0 | 5A | 46 | 16 | 15B | 52 | 2B |
| Octal | 306 | 24 | 73 | 0 | 132 | 106 | 26 | 533 | 122 | 53 |
| Binary | 11000110 | 10100 | 111011 | 0 | 1011010 | 1000110 | 10110 | 101011011 | 1010010 | 101011 |
Color Harmonies of #C6143B
Complementary color
Monochromatic Colors of #C6143B
Black with #C6143B
Text Example
Text Example
White with #C6143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6143B; }
p { color: rgb(198,20,59); }
H1.HeaderClassName
{
color: #C6143B;
}
.AnyTagClassName
{
color: #C6143B;
}
</style>
background-color css
<style>
a { background-color: #C6143B; }
a { background-color: rgb(198,20,59); }
div.DivClassName
{
background-color: #C6143B;
}
.BgClassName
{
background-color: #C6143B;
}
</style>
border-color css
<style>
span { border-color: #C6143B; }
span { border-color: rgb(198,20,59); }
td.TdClassName
{
border-color: #C6143B;
}
.TagClassName
{
border-color: #C6143B;
}
</style>