Shades of Torch Red #FE062B
Tints of Torch Red #FE062B
RGB
CMYK
RGB Variations
Color information
#FE062B (or 0xFE062B) is known color: Torch Red. HEX triplet: FE, 06 and 2B. RGB value is (254,6,43). Sum of RGB (Red+Green+Blue) = 254+6+43=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE062B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE062B is #01F9D4. Grayscale: #545454. Windows color (decimal): -129493 or 2819838. OLE color: 2819838.
HSL color Cylindrical-coordinate representation of color #FE062B: hue angle of 351.05º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE062B is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 43 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.00 |
| HSL | 351.05º | 0.99% | 0.51% | - |
| HSV(B) | 351.05º | 0.98% | 1% | - |
| XYZ | 41.37 | 21.38 | 4.23 | - |
| YUV | 84.37 | 104.66 | 248.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 43 | 0 | 0.98 | 0.83 | 0.00 | 351.05 | 0.99 | 0.51 |
| Hex | FE | 6 | 2B | 0 | 62 | 53 | 0 | 15F | 63 | 33 |
| Octal | 376 | 6 | 53 | 0 | 142 | 123 | 0 | 537 | 143 | 63 |
| Binary | 11111110 | 110 | 101011 | 0 | 1100010 | 1010011 | 0 | 101011111 | 1100011 | 110011 |
Color Harmonies of #FE062B
Complementary color
Monochromatic Colors of #FE062B
Black with #FE062B
Text Example
Text Example
White with #FE062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE062B; }
p { color: rgb(254,6,43); }
H1.HeaderClassName
{
color: #FE062B;
}
.AnyTagClassName
{
color: #FE062B;
}
</style>
background-color css
<style>
a { background-color: #FE062B; }
a { background-color: rgb(254,6,43); }
div.DivClassName
{
background-color: #FE062B;
}
.BgClassName
{
background-color: #FE062B;
}
</style>
border-color css
<style>
span { border-color: #FE062B; }
span { border-color: rgb(254,6,43); }
td.TdClassName
{
border-color: #FE062B;
}
.TagClassName
{
border-color: #FE062B;
}
</style>