Shades of Torch Red #F00D3A
Tints of Torch Red #F00D3A
RGB
CMYK
RGB Variations
Color information
#F00D3A (or 0xF00D3A) is known color: Torch Red. HEX triplet: F0, 0D and 3A. RGB value is (240,13,58). Sum of RGB (Red+Green+Blue) = 240+13+58=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00D3A is #0FF2C5. Grayscale: #565656. Windows color (decimal): -1045190 or 3804656. OLE color: 3804656.
HSL color Cylindrical-coordinate representation of color #F00D3A: hue angle of 348.11º 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 #F00D3A is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 58 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.06 |
| HSL | 348.11º | 0.9% | 0.5% | - |
| HSV(B) | 348.11º | 0.95% | 0.94% | - |
| XYZ | 36.84 | 19.12 | 5.75 | - |
| YUV | 86 | 112.21 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 58 | 0 | 0.95 | 0.76 | 0.06 | 348.11 | 0.9 | 0.5 |
| Hex | F0 | D | 3A | 0 | 5F | 4C | 6 | 15C | 5A | 32 |
| Octal | 360 | 15 | 72 | 0 | 137 | 114 | 6 | 534 | 132 | 62 |
| Binary | 11110000 | 1101 | 111010 | 0 | 1011111 | 1001100 | 110 | 101011100 | 1011010 | 110010 |
Color Harmonies of #F00D3A
Complementary color
Monochromatic Colors of #F00D3A
Black with #F00D3A
Text Example
Text Example
White with #F00D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00D3A; }
p { color: rgb(240,13,58); }
H1.HeaderClassName
{
color: #F00D3A;
}
.AnyTagClassName
{
color: #F00D3A;
}
</style>
background-color css
<style>
a { background-color: #F00D3A; }
a { background-color: rgb(240,13,58); }
div.DivClassName
{
background-color: #F00D3A;
}
.BgClassName
{
background-color: #F00D3A;
}
</style>
border-color css
<style>
span { border-color: #F00D3A; }
span { border-color: rgb(240,13,58); }
td.TdClassName
{
border-color: #F00D3A;
}
.TagClassName
{
border-color: #F00D3A;
}
</style>