Shades of Torch Red #F30938
Tints of Torch Red #F30938
RGB
CMYK
RGB Variations
Color information
#F30938 (or 0xF30938) is known color: Torch Red. HEX triplet: F3, 09 and 38. RGB value is (243,9,56). Sum of RGB (Red+Green+Blue) = 243+9+56=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F30938 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30938 is #0CF6C7. Grayscale: #545454. Windows color (decimal): -849608 or 3672563. OLE color: 3672563.
HSL color Cylindrical-coordinate representation of color #F30938: hue angle of 347.95º 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 #F30938 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 56 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.05 |
| HSL | 347.95º | 0.93% | 0.49% | - |
| HSV(B) | 347.95º | 0.96% | 0.95% | - |
| XYZ | 37.77 | 19.54 | 5.52 | - |
| YUV | 84.32 | 112.02 | 241.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 56 | 0 | 0.96 | 0.77 | 0.05 | 347.95 | 0.93 | 0.49 |
| Hex | F3 | 9 | 38 | 0 | 60 | 4D | 5 | 15C | 5D | 31 |
| Octal | 363 | 11 | 70 | 0 | 140 | 115 | 5 | 534 | 135 | 61 |
| Binary | 11110011 | 1001 | 111000 | 0 | 1100000 | 1001101 | 101 | 101011100 | 1011101 | 110001 |
Color Harmonies of #F30938
Complementary color
Monochromatic Colors of #F30938
Black with #F30938
Text Example
Text Example
White with #F30938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30938; }
p { color: rgb(243,9,56); }
H1.HeaderClassName
{
color: #F30938;
}
.AnyTagClassName
{
color: #F30938;
}
</style>
background-color css
<style>
a { background-color: #F30938; }
a { background-color: rgb(243,9,56); }
div.DivClassName
{
background-color: #F30938;
}
.BgClassName
{
background-color: #F30938;
}
</style>
border-color css
<style>
span { border-color: #F30938; }
span { border-color: rgb(243,9,56); }
td.TdClassName
{
border-color: #F30938;
}
.TagClassName
{
border-color: #F30938;
}
</style>