Shades of Torch Red #F30019
Tints of Torch Red #F30019
RGB
CMYK
RGB Variations
Color information
#F30019 (or 0xF30019) is known color: Torch Red. HEX triplet: F3, 00 and 19. RGB value is (243,0,25). Sum of RGB (Red+Green+Blue) = 243+0+25=268 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90.67% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 243 - color contains mainly: red. Hex color #F30019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30019 is #0CFFE6. Grayscale: #4B4B4B. Windows color (decimal): -851943 or 1638643. OLE color: 1638643.
HSL color Cylindrical-coordinate representation of color #F30019: hue angle of 353.83º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30019 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.90 | 0.05 |
| HSL | 353.83º | 1% | 0.48% | - |
| HSV(B) | 353.83º | 1% | 0.95% | - |
| XYZ | 37.14 | 19.12 | 2.65 | - |
| YUV | 75.51 | 99.51 | 247.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 25 | 0 | 1 | 0.90 | 0.05 | 353.83 | 1 | 0.48 |
| Hex | F3 | 0 | 19 | 0 | 64 | 5A | 5 | 162 | 64 | 30 |
| Octal | 363 | 0 | 31 | 0 | 144 | 132 | 5 | 542 | 144 | 60 |
| Binary | 11110011 | 0 | 11001 | 0 | 1100100 | 1011010 | 101 | 101100010 | 1100100 | 110000 |
Color Harmonies of #F30019
Complementary color
Monochromatic Colors of #F30019
Black with #F30019
Text Example
Text Example
White with #F30019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30019; }
p { color: rgb(243,0,25); }
H1.HeaderClassName
{
color: #F30019;
}
.AnyTagClassName
{
color: #F30019;
}
</style>
background-color css
<style>
a { background-color: #F30019; }
a { background-color: rgb(243,0,25); }
div.DivClassName
{
background-color: #F30019;
}
.BgClassName
{
background-color: #F30019;
}
</style>
border-color css
<style>
span { border-color: #F30019; }
span { border-color: rgb(243,0,25); }
td.TdClassName
{
border-color: #F30019;
}
.TagClassName
{
border-color: #F30019;
}
</style>