Shades of Torch Red #F00627
Tints of Torch Red #F00627
RGB
CMYK
RGB Variations
Color information
#F00627 (or 0xF00627) is known color: Torch Red. HEX triplet: F0, 06 and 27. RGB value is (240,6,39). Sum of RGB (Red+Green+Blue) = 240+6+39=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F00627 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00627 is #0FF9D8. Grayscale: #4F4F4F. Windows color (decimal): -1047001 or 2557680. OLE color: 2557680.
HSL color Cylindrical-coordinate representation of color #F00627: hue angle of 351.54º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00627 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 39 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.06 |
| HSL | 351.54º | 0.95% | 0.48% | - |
| HSV(B) | 351.54º | 0.98% | 0.94% | - |
| XYZ | 36.37 | 18.8 | 3.63 | - |
| YUV | 79.73 | 105.02 | 242.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 39 | 0 | 0.98 | 0.84 | 0.06 | 351.54 | 0.95 | 0.48 |
| Hex | F0 | 6 | 27 | 0 | 62 | 54 | 6 | 160 | 5F | 30 |
| Octal | 360 | 6 | 47 | 0 | 142 | 124 | 6 | 540 | 137 | 60 |
| Binary | 11110000 | 110 | 100111 | 0 | 1100010 | 1010100 | 110 | 101100000 | 1011111 | 110000 |
Color Harmonies of #F00627
Complementary color
Monochromatic Colors of #F00627
Black with #F00627
Text Example
Text Example
White with #F00627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00627; }
p { color: rgb(240,6,39); }
H1.HeaderClassName
{
color: #F00627;
}
.AnyTagClassName
{
color: #F00627;
}
</style>
background-color css
<style>
a { background-color: #F00627; }
a { background-color: rgb(240,6,39); }
div.DivClassName
{
background-color: #F00627;
}
.BgClassName
{
background-color: #F00627;
}
</style>
border-color css
<style>
span { border-color: #F00627; }
span { border-color: rgb(240,6,39); }
td.TdClassName
{
border-color: #F00627;
}
.TagClassName
{
border-color: #F00627;
}
</style>