Shades of Torch Red #F00628
Tints of Torch Red #F00628
RGB
CMYK
RGB Variations
Color information
#F00628 (or 0xF00628) is known color: Torch Red. HEX triplet: F0, 06 and 28. RGB value is (240,6,40). Sum of RGB (Red+Green+Blue) = 240+6+40=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F00628 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00628 is #0FF9D7. Grayscale: #4F4F4F. Windows color (decimal): -1047000 or 2623216. OLE color: 2623216.
HSL color Cylindrical-coordinate representation of color #F00628: hue angle of 351.28º 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 #F00628 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 40 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.06 |
| HSL | 351.28º | 0.95% | 0.48% | - |
| HSV(B) | 351.28º | 0.98% | 0.94% | - |
| XYZ | 36.38 | 18.81 | 3.72 | - |
| YUV | 79.84 | 105.52 | 242.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 40 | 0 | 0.98 | 0.83 | 0.06 | 351.28 | 0.95 | 0.48 |
| Hex | F0 | 6 | 28 | 0 | 62 | 53 | 6 | 15F | 5F | 30 |
| Octal | 360 | 6 | 50 | 0 | 142 | 123 | 6 | 537 | 137 | 60 |
| Binary | 11110000 | 110 | 101000 | 0 | 1100010 | 1010011 | 110 | 101011111 | 1011111 | 110000 |
Color Harmonies of #F00628
Complementary color
Monochromatic Colors of #F00628
Black with #F00628
Text Example
Text Example
White with #F00628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00628; }
p { color: rgb(240,6,40); }
H1.HeaderClassName
{
color: #F00628;
}
.AnyTagClassName
{
color: #F00628;
}
</style>
background-color css
<style>
a { background-color: #F00628; }
a { background-color: rgb(240,6,40); }
div.DivClassName
{
background-color: #F00628;
}
.BgClassName
{
background-color: #F00628;
}
</style>
border-color css
<style>
span { border-color: #F00628; }
span { border-color: rgb(240,6,40); }
td.TdClassName
{
border-color: #F00628;
}
.TagClassName
{
border-color: #F00628;
}
</style>