Shades of Torch Red #F00B2D
Tints of Torch Red #F00B2D
RGB
CMYK
RGB Variations
Color information
#F00B2D (or 0xF00B2D) is known color: Torch Red. HEX triplet: F0, 0B and 2D. RGB value is (240,11,45). Sum of RGB (Red+Green+Blue) = 240+11+45=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00B2D is #0FF4D2. Grayscale: #535353. Windows color (decimal): -1045715 or 2952176. OLE color: 2952176.
HSL color Cylindrical-coordinate representation of color #F00B2D: hue angle of 351.09º 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 #F00B2D is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 11 | 45 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.06 |
| HSL | 351.09º | 0.91% | 0.49% | - |
| HSV(B) | 351.09º | 0.95% | 0.94% | - |
| XYZ | 36.53 | 18.95 | 4.22 | - |
| YUV | 83.35 | 106.37 | 239.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 45 | 0 | 0.95 | 0.81 | 0.06 | 351.09 | 0.91 | 0.49 |
| Hex | F0 | B | 2D | 0 | 5F | 51 | 6 | 15F | 5B | 31 |
| Octal | 360 | 13 | 55 | 0 | 137 | 121 | 6 | 537 | 133 | 61 |
| Binary | 11110000 | 1011 | 101101 | 0 | 1011111 | 1010001 | 110 | 101011111 | 1011011 | 110001 |
Color Harmonies of #F00B2D
Complementary color
Monochromatic Colors of #F00B2D
Black with #F00B2D
Text Example
Text Example
White with #F00B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00B2D; }
p { color: rgb(240,11,45); }
H1.HeaderClassName
{
color: #F00B2D;
}
.AnyTagClassName
{
color: #F00B2D;
}
</style>
background-color css
<style>
a { background-color: #F00B2D; }
a { background-color: rgb(240,11,45); }
div.DivClassName
{
background-color: #F00B2D;
}
.BgClassName
{
background-color: #F00B2D;
}
</style>
border-color css
<style>
span { border-color: #F00B2D; }
span { border-color: rgb(240,11,45); }
td.TdClassName
{
border-color: #F00B2D;
}
.TagClassName
{
border-color: #F00B2D;
}
</style>