Shades of Torch Red #F00B28
Tints of Torch Red #F00B28
RGB
CMYK
RGB Variations
Color information
#F00B28 (or 0xF00B28) is known color: Torch Red. HEX triplet: F0, 0B and 28. RGB value is (240,11,40). Sum of RGB (Red+Green+Blue) = 240+11+40=291 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.47% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00B28 is #0FF4D7. Grayscale: #525252. Windows color (decimal): -1045720 or 2624496. OLE color: 2624496.
HSL color Cylindrical-coordinate representation of color #F00B28: hue angle of 352.4º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00B28 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 11 | 40 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.06 |
| HSL | 352.4º | 0.91% | 0.49% | - |
| HSV(B) | 352.4º | 0.95% | 0.94% | - |
| XYZ | 36.44 | 18.92 | 3.74 | - |
| YUV | 82.78 | 103.87 | 240.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 40 | 0 | 0.95 | 0.83 | 0.06 | 352.4 | 0.91 | 0.49 |
| Hex | F0 | B | 28 | 0 | 5F | 53 | 6 | 160 | 5B | 31 |
| Octal | 360 | 13 | 50 | 0 | 137 | 123 | 6 | 540 | 133 | 61 |
| Binary | 11110000 | 1011 | 101000 | 0 | 1011111 | 1010011 | 110 | 101100000 | 1011011 | 110001 |
Color Harmonies of #F00B28
Complementary color
Monochromatic Colors of #F00B28
Black with #F00B28
Text Example
Text Example
White with #F00B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00B28; }
p { color: rgb(240,11,40); }
H1.HeaderClassName
{
color: #F00B28;
}
.AnyTagClassName
{
color: #F00B28;
}
</style>
background-color css
<style>
a { background-color: #F00B28; }
a { background-color: rgb(240,11,40); }
div.DivClassName
{
background-color: #F00B28;
}
.BgClassName
{
background-color: #F00B28;
}
</style>
border-color css
<style>
span { border-color: #F00B28; }
span { border-color: rgb(240,11,40); }
td.TdClassName
{
border-color: #F00B28;
}
.TagClassName
{
border-color: #F00B28;
}
</style>