Shades of Torch Red #FE233F
Tints of Torch Red #FE233F
RGB
CMYK
RGB Variations
Color information
#FE233F (or 0xFE233F) is known color: Torch Red. HEX triplet: FE, 23 and 3F. RGB value is (254,35,63). Sum of RGB (Red+Green+Blue) = 254+35+63=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE233F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE233F is #01DCC0. Grayscale: #676767. Windows color (decimal): -122049 or 4137982. OLE color: 4137982.
HSL color Cylindrical-coordinate representation of color #FE233F: hue angle of 352.33º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE233F is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 63 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.00 |
| HSL | 352.33º | 0.99% | 0.57% | - |
| HSV(B) | 352.33º | 0.86% | 1% | - |
| XYZ | 42.37 | 22.63 | 6.84 | - |
| YUV | 103.67 | 105.05 | 235.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 63 | 0 | 0.86 | 0.75 | 0.00 | 352.33 | 0.99 | 0.57 |
| Hex | FE | 23 | 3F | 0 | 56 | 4B | 0 | 160 | 63 | 39 |
| Octal | 376 | 43 | 77 | 0 | 126 | 113 | 0 | 540 | 143 | 71 |
| Binary | 11111110 | 100011 | 111111 | 0 | 1010110 | 1001011 | 0 | 101100000 | 1100011 | 111001 |
Color Harmonies of #FE233F
Complementary color
Monochromatic Colors of #FE233F
Black with #FE233F
Text Example
Text Example
White with #FE233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE233F; }
p { color: rgb(254,35,63); }
H1.HeaderClassName
{
color: #FE233F;
}
.AnyTagClassName
{
color: #FE233F;
}
</style>
background-color css
<style>
a { background-color: #FE233F; }
a { background-color: rgb(254,35,63); }
div.DivClassName
{
background-color: #FE233F;
}
.BgClassName
{
background-color: #FE233F;
}
</style>
border-color css
<style>
span { border-color: #FE233F; }
span { border-color: rgb(254,35,63); }
td.TdClassName
{
border-color: #FE233F;
}
.TagClassName
{
border-color: #FE233F;
}
</style>