Shades of Torch Red #F30819
Tints of Torch Red #F30819
RGB
CMYK
RGB Variations
Color information
#F30819 (or 0xF30819) is known color: Torch Red. HEX triplet: F3, 08 and 19. RGB value is (243,8,25). Sum of RGB (Red+Green+Blue) = 243+8+25=276 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.04% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 243 - color contains mainly: red. Hex color #F30819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30819 is #0CF7E6. Grayscale: #505050. Windows color (decimal): -849895 or 1640691. OLE color: 1640691.
HSL color Cylindrical-coordinate representation of color #F30819: hue angle of 355.66º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F30819 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 25 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.05 |
| HSL | 355.66º | 0.94% | 0.49% | - |
| HSV(B) | 355.66º | 0.97% | 0.95% | - |
| XYZ | 37.22 | 19.3 | 2.68 | - |
| YUV | 80.2 | 96.86 | 244.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 25 | 0 | 0.97 | 0.90 | 0.05 | 355.66 | 0.94 | 0.49 |
| Hex | F3 | 8 | 19 | 0 | 61 | 5A | 5 | 164 | 5E | 31 |
| Octal | 363 | 10 | 31 | 0 | 141 | 132 | 5 | 544 | 136 | 61 |
| Binary | 11110011 | 1000 | 11001 | 0 | 1100001 | 1011010 | 101 | 101100100 | 1011110 | 110001 |
Color Harmonies of #F30819
Complementary color
Monochromatic Colors of #F30819
Black with #F30819
Text Example
Text Example
White with #F30819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30819; }
p { color: rgb(243,8,25); }
H1.HeaderClassName
{
color: #F30819;
}
.AnyTagClassName
{
color: #F30819;
}
</style>
background-color css
<style>
a { background-color: #F30819; }
a { background-color: rgb(243,8,25); }
div.DivClassName
{
background-color: #F30819;
}
.BgClassName
{
background-color: #F30819;
}
</style>
border-color css
<style>
span { border-color: #F30819; }
span { border-color: rgb(243,8,25); }
td.TdClassName
{
border-color: #F30819;
}
.TagClassName
{
border-color: #F30819;
}
</style>