Shades of Torch Red #F00238
Tints of Torch Red #F00238
RGB
CMYK
RGB Variations
Color information
#F00238 (or 0xF00238) is known color: Torch Red. HEX triplet: F0, 02 and 38. RGB value is (240,2,56). Sum of RGB (Red+Green+Blue) = 240+2+56=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F00238 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00238 is #0FFDC7. Grayscale: #4F4F4F. Windows color (decimal): -1048008 or 3670768. OLE color: 3670768.
HSL color Cylindrical-coordinate representation of color #F00238: hue angle of 346.39º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00238 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 56 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.06 |
| HSL | 346.39º | 0.98% | 0.47% | - |
| HSV(B) | 346.39º | 0.99% | 0.94% | - |
| XYZ | 36.67 | 18.85 | 5.45 | - |
| YUV | 79.32 | 114.85 | 242.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 56 | 0 | 0.99 | 0.77 | 0.06 | 346.39 | 0.98 | 0.47 |
| Hex | F0 | 2 | 38 | 0 | 63 | 4D | 6 | 15A | 62 | 2F |
| Octal | 360 | 2 | 70 | 0 | 143 | 115 | 6 | 532 | 142 | 57 |
| Binary | 11110000 | 10 | 111000 | 0 | 1100011 | 1001101 | 110 | 101011010 | 1100010 | 101111 |
Color Harmonies of #F00238
Complementary color
Monochromatic Colors of #F00238
Black with #F00238
Text Example
Text Example
White with #F00238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00238; }
p { color: rgb(240,2,56); }
H1.HeaderClassName
{
color: #F00238;
}
.AnyTagClassName
{
color: #F00238;
}
</style>
background-color css
<style>
a { background-color: #F00238; }
a { background-color: rgb(240,2,56); }
div.DivClassName
{
background-color: #F00238;
}
.BgClassName
{
background-color: #F00238;
}
</style>
border-color css
<style>
span { border-color: #F00238; }
span { border-color: rgb(240,2,56); }
td.TdClassName
{
border-color: #F00238;
}
.TagClassName
{
border-color: #F00238;
}
</style>