Shades of Torch Red #FE060D
Tints of Torch Red #FE060D
RGB
CMYK
RGB Variations
Color information
#FE060D (or 0xFE060D) is known color: Torch Red. HEX triplet: FE, 06 and 0D. RGB value is (254,6,13). Sum of RGB (Red+Green+Blue) = 254+6+13=273 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.04% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 254 - color contains mainly: red. Hex color #FE060D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE060D is #01F9F2. Grayscale: #515151. Windows color (decimal): -129523 or 853758. OLE color: 853758.
HSL color Cylindrical-coordinate representation of color #FE060D: hue angle of 358.31º 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 #FE060D is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 13 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.00 |
| HSL | 358.31º | 0.99% | 0.51% | - |
| HSV(B) | 358.31º | 0.98% | 1% | - |
| XYZ | 41.01 | 21.23 | 2.32 | - |
| YUV | 80.95 | 89.66 | 251.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 13 | 0 | 0.98 | 0.95 | 0.00 | 358.31 | 0.99 | 0.51 |
| Hex | FE | 6 | D | 0 | 62 | 5F | 0 | 166 | 63 | 33 |
| Octal | 376 | 6 | 15 | 0 | 142 | 137 | 0 | 546 | 143 | 63 |
| Binary | 11111110 | 110 | 1101 | 0 | 1100010 | 1011111 | 0 | 101100110 | 1100011 | 110011 |
Color Harmonies of #FE060D
Complementary color
Monochromatic Colors of #FE060D
Black with #FE060D
Text Example
Text Example
White with #FE060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE060D; }
p { color: rgb(254,6,13); }
H1.HeaderClassName
{
color: #FE060D;
}
.AnyTagClassName
{
color: #FE060D;
}
</style>
background-color css
<style>
a { background-color: #FE060D; }
a { background-color: rgb(254,6,13); }
div.DivClassName
{
background-color: #FE060D;
}
.BgClassName
{
background-color: #FE060D;
}
</style>
border-color css
<style>
span { border-color: #FE060D; }
span { border-color: rgb(254,6,13); }
td.TdClassName
{
border-color: #FE060D;
}
.TagClassName
{
border-color: #FE060D;
}
</style>