Shades of Torch Red #F30119
Tints of Torch Red #F30119
RGB
CMYK
RGB Variations
Color information
#F30119 (or 0xF30119) is known color: Torch Red. HEX triplet: F3, 01 and 19. RGB value is (243,1,25). Sum of RGB (Red+Green+Blue) = 243+1+25=269 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90.33% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 243 - color contains mainly: red. Hex color #F30119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30119 is #0CFEE6. Grayscale: #4C4C4C. Windows color (decimal): -851687 or 1638899. OLE color: 1638899.
HSL color Cylindrical-coordinate representation of color #F30119: hue angle of 354.05º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30119 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 25 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.05 |
| HSL | 354.05º | 0.99% | 0.48% | - |
| HSV(B) | 354.05º | 1% | 0.95% | - |
| XYZ | 37.15 | 19.15 | 2.66 | - |
| YUV | 76.09 | 99.17 | 247.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 25 | 0 | 1.00 | 0.90 | 0.05 | 354.05 | 0.99 | 0.48 |
| Hex | F3 | 1 | 19 | 0 | 64 | 5A | 5 | 162 | 63 | 30 |
| Octal | 363 | 1 | 31 | 0 | 144 | 132 | 5 | 542 | 143 | 60 |
| Binary | 11110011 | 1 | 11001 | 0 | 1100100 | 1011010 | 101 | 101100010 | 1100011 | 110000 |
Color Harmonies of #F30119
Complementary color
Monochromatic Colors of #F30119
Black with #F30119
Text Example
Text Example
White with #F30119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30119; }
p { color: rgb(243,1,25); }
H1.HeaderClassName
{
color: #F30119;
}
.AnyTagClassName
{
color: #F30119;
}
</style>
background-color css
<style>
a { background-color: #F30119; }
a { background-color: rgb(243,1,25); }
div.DivClassName
{
background-color: #F30119;
}
.BgClassName
{
background-color: #F30119;
}
</style>
border-color css
<style>
span { border-color: #F30119; }
span { border-color: rgb(243,1,25); }
td.TdClassName
{
border-color: #F30119;
}
.TagClassName
{
border-color: #F30119;
}
</style>