Shades of Torch Red #FE031C
Tints of Torch Red #FE031C
RGB
CMYK
RGB Variations
Color information
#FE031C (or 0xFE031C) is known color: Torch Red. HEX triplet: FE, 03 and 1C. RGB value is (254,3,28). Sum of RGB (Red+Green+Blue) = 254+3+28=285 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.12% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 254 - color contains mainly: red. Hex color #FE031C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE031C is #01FCE3. Grayscale: #515151. Windows color (decimal): -130276 or 1836030. OLE color: 1836030.
HSL color Cylindrical-coordinate representation of color #FE031C: hue angle of 354.02º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE031C is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 28 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.00 |
| HSL | 354.02º | 0.99% | 0.5% | - |
| HSV(B) | 354.02º | 0.99% | 1% | - |
| XYZ | 41.12 | 21.22 | 3.03 | - |
| YUV | 80.9 | 98.16 | 251.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 28 | 0 | 0.99 | 0.89 | 0.00 | 354.02 | 0.99 | 0.5 |
| Hex | FE | 3 | 1C | 0 | 63 | 59 | 0 | 162 | 63 | 32 |
| Octal | 376 | 3 | 34 | 0 | 143 | 131 | 0 | 542 | 143 | 62 |
| Binary | 11111110 | 11 | 11100 | 0 | 1100011 | 1011001 | 0 | 101100010 | 1100011 | 110010 |
Color Harmonies of #FE031C
Complementary color
Monochromatic Colors of #FE031C
Black with #FE031C
Text Example
Text Example
White with #FE031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE031C; }
p { color: rgb(254,3,28); }
H1.HeaderClassName
{
color: #FE031C;
}
.AnyTagClassName
{
color: #FE031C;
}
</style>
background-color css
<style>
a { background-color: #FE031C; }
a { background-color: rgb(254,3,28); }
div.DivClassName
{
background-color: #FE031C;
}
.BgClassName
{
background-color: #FE031C;
}
</style>
border-color css
<style>
span { border-color: #FE031C; }
span { border-color: rgb(254,3,28); }
td.TdClassName
{
border-color: #FE031C;
}
.TagClassName
{
border-color: #FE031C;
}
</style>