Shades of Torch Red #F30919
Tints of Torch Red #F30919
RGB
CMYK
RGB Variations
Color information
#F30919 (or 0xF30919) is known color: Torch Red. HEX triplet: F3, 09 and 19. RGB value is (243,9,25). Sum of RGB (Red+Green+Blue) = 243+9+25=277 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.73% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 243 - color contains mainly: red. Hex color #F30919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30919 is #0CF6E6. Grayscale: #505050. Windows color (decimal): -849639 or 1640947. OLE color: 1640947.
HSL color Cylindrical-coordinate representation of color #F30919: hue angle of 355.9º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30919 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 25 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.05 |
| HSL | 355.9º | 0.93% | 0.49% | - |
| HSV(B) | 355.9º | 0.96% | 0.95% | - |
| XYZ | 37.24 | 19.32 | 2.69 | - |
| YUV | 80.79 | 96.52 | 243.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 25 | 0 | 0.96 | 0.90 | 0.05 | 355.9 | 0.93 | 0.49 |
| Hex | F3 | 9 | 19 | 0 | 60 | 5A | 5 | 164 | 5D | 31 |
| Octal | 363 | 11 | 31 | 0 | 140 | 132 | 5 | 544 | 135 | 61 |
| Binary | 11110011 | 1001 | 11001 | 0 | 1100000 | 1011010 | 101 | 101100100 | 1011101 | 110001 |
Color Harmonies of #F30919
Complementary color
Monochromatic Colors of #F30919
Black with #F30919
Text Example
Text Example
White with #F30919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30919; }
p { color: rgb(243,9,25); }
H1.HeaderClassName
{
color: #F30919;
}
.AnyTagClassName
{
color: #F30919;
}
</style>
background-color css
<style>
a { background-color: #F30919; }
a { background-color: rgb(243,9,25); }
div.DivClassName
{
background-color: #F30919;
}
.BgClassName
{
background-color: #F30919;
}
</style>
border-color css
<style>
span { border-color: #F30919; }
span { border-color: rgb(243,9,25); }
td.TdClassName
{
border-color: #F30919;
}
.TagClassName
{
border-color: #F30919;
}
</style>