Template:Color Busy Red/doc: Difference between revisions
Jump to navigation
Jump to search
(doc added) |
(added example) |
||
Line 2: | Line 2: | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | ||
This is the base color Busy Red, RGB value R:226, G:0, B:74, hexadecimal #{{Color Busy Red}}. It is part of this wiki's [[:Category:Base color templates|base color palette]]. It is not meant to be used directly, but rather to be inserted in one or more [[:Category:Color combination|color combinations]]. Should you nevertheless wish to use it directly, you must know that it ONLY returns the six-digit hexadecimal color code. | This is the base color Busy Red, RGB value R:226, G:0, B:74, hexadecimal #{{Color Busy Red}}. It is part of this wiki's [[:Category:Base color templates|base color palette]]. It is not meant to be used directly, but rather to be inserted in one or more [[:Category:Color combination|color combinations]]. Should you nevertheless wish to use it directly, you must know that it ONLY returns the six-digit hexadecimal color code. | ||
The color looks like the background in this table: | |||
{| style="color: black; background-color:#{{Color Busy Red}}" cellpadding="10" | |||
| Black text | |||
|- style="color: white;" | |||
| White text | |||
|} | |||
You can use it like this: | You can use it like this: |
Latest revision as of 20:41, 25 March 2013
This is a documentation subpage for Template:Color Busy Red (see that page for the template itself). It contains usage information, categories and other content that is not part of the original template page. |
This is the base color Busy Red, RGB value R:226, G:0, B:74, hexadecimal #E2004A. It is part of this wiki's base color palette. It is not meant to be used directly, but rather to be inserted in one or more color combinations. Should you nevertheless wish to use it directly, you must know that it ONLY returns the six-digit hexadecimal color code.
The color looks like the background in this table:
Black text |
White text |
You can use it like this:
<span style="color:#{{Color White}}; background:#{{Color Busy Red}}"> This text will be white and on a Busy Red background </span>
This results in: This text will be white and on a Busy Red background