Shades of Torch Red #FE0237
Tints of Torch Red #FE0237
RGB
CMYK
RGB Variations
Color information
#FE0237 (or 0xFE0237) is known color: Torch Red. HEX triplet: FE, 02 and 37. RGB value is (254,2,55). Sum of RGB (Red+Green+Blue) = 254+2+55=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0237 is #01FDC8. Grayscale: #535353. Windows color (decimal): -130505 or 3605246. OLE color: 3605246.
HSL color Cylindrical-coordinate representation of color #FE0237: hue angle of 347.38º 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 #FE0237 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.00 |
| HSL | 347.38º | 0.99% | 0.5% | - |
| HSV(B) | 347.38º | 0.99% | 1% | - |
| XYZ | 41.58 | 21.39 | 5.55 | - |
| YUV | 83.39 | 111.99 | 249.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 55 | 0 | 0.99 | 0.78 | 0.00 | 347.38 | 0.99 | 0.5 |
| Hex | FE | 2 | 37 | 0 | 63 | 4E | 0 | 15B | 63 | 32 |
| Octal | 376 | 2 | 67 | 0 | 143 | 116 | 0 | 533 | 143 | 62 |
| Binary | 11111110 | 10 | 110111 | 0 | 1100011 | 1001110 | 0 | 101011011 | 1100011 | 110010 |
Color Harmonies of #FE0237
Complementary color
Monochromatic Colors of #FE0237
Black with #FE0237
Text Example
Text Example
White with #FE0237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0237; }
p { color: rgb(254,2,55); }
H1.HeaderClassName
{
color: #FE0237;
}
.AnyTagClassName
{
color: #FE0237;
}
</style>
background-color css
<style>
a { background-color: #FE0237; }
a { background-color: rgb(254,2,55); }
div.DivClassName
{
background-color: #FE0237;
}
.BgClassName
{
background-color: #FE0237;
}
</style>
border-color css
<style>
span { border-color: #FE0237; }
span { border-color: rgb(254,2,55); }
td.TdClassName
{
border-color: #FE0237;
}
.TagClassName
{
border-color: #FE0237;
}
</style>