Shades of Torch Red #F30928
Tints of Torch Red #F30928
RGB
CMYK
RGB Variations
Color information
#F30928 (or 0xF30928) is known color: Torch Red. HEX triplet: F3, 09 and 28. RGB value is (243,9,40). Sum of RGB (Red+Green+Blue) = 243+9+40=292 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.22% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 243 - color contains mainly: red. Hex color #F30928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30928 is #0CF6D7. Grayscale: #525252. Windows color (decimal): -849624 or 2623987. OLE color: 2623987.
HSL color Cylindrical-coordinate representation of color #F30928: hue angle of 352.05º 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 #F30928 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 40 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.05 |
| HSL | 352.05º | 0.93% | 0.49% | - |
| HSV(B) | 352.05º | 0.96% | 0.95% | - |
| XYZ | 37.44 | 19.4 | 3.78 | - |
| YUV | 82.5 | 104.02 | 242.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 40 | 0 | 0.96 | 0.84 | 0.05 | 352.05 | 0.93 | 0.49 |
| Hex | F3 | 9 | 28 | 0 | 60 | 54 | 5 | 160 | 5D | 31 |
| Octal | 363 | 11 | 50 | 0 | 140 | 124 | 5 | 540 | 135 | 61 |
| Binary | 11110011 | 1001 | 101000 | 0 | 1100000 | 1010100 | 101 | 101100000 | 1011101 | 110001 |
Color Harmonies of #F30928
Complementary color
Monochromatic Colors of #F30928
Black with #F30928
Text Example
Text Example
White with #F30928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30928; }
p { color: rgb(243,9,40); }
H1.HeaderClassName
{
color: #F30928;
}
.AnyTagClassName
{
color: #F30928;
}
</style>
background-color css
<style>
a { background-color: #F30928; }
a { background-color: rgb(243,9,40); }
div.DivClassName
{
background-color: #F30928;
}
.BgClassName
{
background-color: #F30928;
}
</style>
border-color css
<style>
span { border-color: #F30928; }
span { border-color: rgb(243,9,40); }
td.TdClassName
{
border-color: #F30928;
}
.TagClassName
{
border-color: #F30928;
}
</style>