Shades of Torch Red #F00027
Tints of Torch Red #F00027
RGB
CMYK
RGB Variations
Color information
#F00027 (or 0xF00027) is known color: Torch Red. HEX triplet: F0, 00 and 27. RGB value is (240,0,39). Sum of RGB (Red+Green+Blue) = 240+0+39=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F00027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00027 is #0FFFD8. Grayscale: #4C4C4C. Windows color (decimal): -1048537 or 2556144. OLE color: 2556144.
HSL color Cylindrical-coordinate representation of color #F00027: hue angle of 350.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00027 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.84 | 0.06 |
| HSL | 350.25º | 1% | 0.47% | - |
| HSV(B) | 350.25º | 1% | 0.94% | - |
| XYZ | 36.3 | 18.67 | 3.61 | - |
| YUV | 76.21 | 107.01 | 244.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 39 | 0 | 1 | 0.84 | 0.06 | 350.25 | 1 | 0.47 |
| Hex | F0 | 0 | 27 | 0 | 64 | 54 | 6 | 15E | 64 | 2F |
| Octal | 360 | 0 | 47 | 0 | 144 | 124 | 6 | 536 | 144 | 57 |
| Binary | 11110000 | 0 | 100111 | 0 | 1100100 | 1010100 | 110 | 101011110 | 1100100 | 101111 |
Color Harmonies of #F00027
Complementary color
Monochromatic Colors of #F00027
Black with #F00027
Text Example
Text Example
White with #F00027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00027; }
p { color: rgb(240,0,39); }
H1.HeaderClassName
{
color: #F00027;
}
.AnyTagClassName
{
color: #F00027;
}
</style>
background-color css
<style>
a { background-color: #F00027; }
a { background-color: rgb(240,0,39); }
div.DivClassName
{
background-color: #F00027;
}
.BgClassName
{
background-color: #F00027;
}
</style>
border-color css
<style>
span { border-color: #F00027; }
span { border-color: rgb(240,0,39); }
td.TdClassName
{
border-color: #F00027;
}
.TagClassName
{
border-color: #F00027;
}
</style>