Shades of Torch Red #F00D2B
Tints of Torch Red #F00D2B
RGB
CMYK
RGB Variations
Color information
#F00D2B (or 0xF00D2B) is known color: Torch Red. HEX triplet: F0, 0D and 2B. RGB value is (240,13,43). Sum of RGB (Red+Green+Blue) = 240+13+43=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00D2B is #0FF2D4. Grayscale: #545454. Windows color (decimal): -1045205 or 2821616. OLE color: 2821616.
HSL color Cylindrical-coordinate representation of color #F00D2B: hue angle of 352.07º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00D2B is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 43 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.06 |
| HSL | 352.07º | 0.9% | 0.5% | - |
| HSV(B) | 352.07º | 0.95% | 0.94% | - |
| XYZ | 36.52 | 18.99 | 4.03 | - |
| YUV | 84.29 | 104.71 | 239.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 43 | 0 | 0.95 | 0.82 | 0.06 | 352.07 | 0.9 | 0.5 |
| Hex | F0 | D | 2B | 0 | 5F | 52 | 6 | 160 | 5A | 32 |
| Octal | 360 | 15 | 53 | 0 | 137 | 122 | 6 | 540 | 132 | 62 |
| Binary | 11110000 | 1101 | 101011 | 0 | 1011111 | 1010010 | 110 | 101100000 | 1011010 | 110010 |
Color Harmonies of #F00D2B
Complementary color
Monochromatic Colors of #F00D2B
Black with #F00D2B
Text Example
Text Example
White with #F00D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00D2B; }
p { color: rgb(240,13,43); }
H1.HeaderClassName
{
color: #F00D2B;
}
.AnyTagClassName
{
color: #F00D2B;
}
</style>
background-color css
<style>
a { background-color: #F00D2B; }
a { background-color: rgb(240,13,43); }
div.DivClassName
{
background-color: #F00D2B;
}
.BgClassName
{
background-color: #F00D2B;
}
</style>
border-color css
<style>
span { border-color: #F00D2B; }
span { border-color: rgb(240,13,43); }
td.TdClassName
{
border-color: #F00D2B;
}
.TagClassName
{
border-color: #F00D2B;
}
</style>