Shades of Torch Red #F00513
Tints of Torch Red #F00513
RGB
CMYK
RGB Variations
Color information
#F00513 (or 0xF00513) is known color: Torch Red. HEX triplet: F0, 05 and 13. RGB value is (240,5,19). Sum of RGB (Red+Green+Blue) = 240+5+19=264 (34% of max value = 765). Red value is 240 (94.14% from 255 or 90.91% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 240 - color contains mainly: red. Hex color #F00513 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00513 is #0FFAEC. Grayscale: #4D4D4D. Windows color (decimal): -1047277 or 1246704. OLE color: 1246704.
HSL color Cylindrical-coordinate representation of color #F00513: hue angle of 356.43º degrees, saturation: 0.96, 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 #F00513 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 19 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.06 |
| HSL | 356.43º | 0.96% | 0.48% | - |
| HSV(B) | 356.43º | 0.98% | 0.94% | - |
| XYZ | 36.11 | 18.68 | 2.32 | - |
| YUV | 76.86 | 95.36 | 244.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 19 | 0 | 0.98 | 0.92 | 0.06 | 356.43 | 0.96 | 0.48 |
| Hex | F0 | 5 | 13 | 0 | 62 | 5C | 6 | 164 | 60 | 30 |
| Octal | 360 | 5 | 23 | 0 | 142 | 134 | 6 | 544 | 140 | 60 |
| Binary | 11110000 | 101 | 10011 | 0 | 1100010 | 1011100 | 110 | 101100100 | 1100000 | 110000 |
Color Harmonies of #F00513
Complementary color
Monochromatic Colors of #F00513
Black with #F00513
Text Example
Text Example
White with #F00513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00513; }
p { color: rgb(240,5,19); }
H1.HeaderClassName
{
color: #F00513;
}
.AnyTagClassName
{
color: #F00513;
}
</style>
background-color css
<style>
a { background-color: #F00513; }
a { background-color: rgb(240,5,19); }
div.DivClassName
{
background-color: #F00513;
}
.BgClassName
{
background-color: #F00513;
}
</style>
border-color css
<style>
span { border-color: #F00513; }
span { border-color: rgb(240,5,19); }
td.TdClassName
{
border-color: #F00513;
}
.TagClassName
{
border-color: #F00513;
}
</style>