Shades of Torch Red #F30921
Tints of Torch Red #F30921
RGB
CMYK
RGB Variations
Color information
#F30921 (or 0xF30921) is known color: Torch Red. HEX triplet: F3, 09 and 21. RGB value is (243,9,33). Sum of RGB (Red+Green+Blue) = 243+9+33=285 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.26% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 243 - color contains mainly: red. Hex color #F30921 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30921 is #0CF6DE. Grayscale: #515151. Windows color (decimal): -849631 or 2165235. OLE color: 2165235.
HSL color Cylindrical-coordinate representation of color #F30921: hue angle of 353.85º 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 #F30921 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 33 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.05 |
| HSL | 353.85º | 0.93% | 0.49% | - |
| HSV(B) | 353.85º | 0.96% | 0.95% | - |
| XYZ | 37.33 | 19.36 | 3.21 | - |
| YUV | 81.7 | 100.52 | 243.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 33 | 0 | 0.96 | 0.86 | 0.05 | 353.85 | 0.93 | 0.49 |
| Hex | F3 | 9 | 21 | 0 | 60 | 56 | 5 | 162 | 5D | 31 |
| Octal | 363 | 11 | 41 | 0 | 140 | 126 | 5 | 542 | 135 | 61 |
| Binary | 11110011 | 1001 | 100001 | 0 | 1100000 | 1010110 | 101 | 101100010 | 1011101 | 110001 |
Color Harmonies of #F30921
Complementary color
Monochromatic Colors of #F30921
Black with #F30921
Text Example
Text Example
White with #F30921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30921; }
p { color: rgb(243,9,33); }
H1.HeaderClassName
{
color: #F30921;
}
.AnyTagClassName
{
color: #F30921;
}
</style>
background-color css
<style>
a { background-color: #F30921; }
a { background-color: rgb(243,9,33); }
div.DivClassName
{
background-color: #F30921;
}
.BgClassName
{
background-color: #F30921;
}
</style>
border-color css
<style>
span { border-color: #F30921; }
span { border-color: rgb(243,9,33); }
td.TdClassName
{
border-color: #F30921;
}
.TagClassName
{
border-color: #F30921;
}
</style>