Shades of Torch Red #F30316
Tints of Torch Red #F30316
RGB
CMYK
RGB Variations
Color information
#F30316 (or 0xF30316) is known color: Torch Red. HEX triplet: F3, 03 and 16. RGB value is (243,3,22). Sum of RGB (Red+Green+Blue) = 243+3+22=268 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90.67% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 243 - color contains mainly: red. Hex color #F30316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30316 is #0CFCE9. Grayscale: #4D4D4D. Windows color (decimal): -851178 or 1442803. OLE color: 1442803.
HSL color Cylindrical-coordinate representation of color #F30316: hue angle of 355.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30316 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 22 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.05 |
| HSL | 355.25º | 0.98% | 0.48% | - |
| HSV(B) | 355.25º | 0.99% | 0.95% | - |
| XYZ | 37.14 | 19.18 | 2.5 | - |
| YUV | 76.93 | 97.01 | 246.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 22 | 0 | 0.99 | 0.91 | 0.05 | 355.25 | 0.98 | 0.48 |
| Hex | F3 | 3 | 16 | 0 | 63 | 5B | 5 | 163 | 62 | 30 |
| Octal | 363 | 3 | 26 | 0 | 143 | 133 | 5 | 543 | 142 | 60 |
| Binary | 11110011 | 11 | 10110 | 0 | 1100011 | 1011011 | 101 | 101100011 | 1100010 | 110000 |
Color Harmonies of #F30316
Complementary color
Monochromatic Colors of #F30316
Black with #F30316
Text Example
Text Example
White with #F30316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30316; }
p { color: rgb(243,3,22); }
H1.HeaderClassName
{
color: #F30316;
}
.AnyTagClassName
{
color: #F30316;
}
</style>
background-color css
<style>
a { background-color: #F30316; }
a { background-color: rgb(243,3,22); }
div.DivClassName
{
background-color: #F30316;
}
.BgClassName
{
background-color: #F30316;
}
</style>
border-color css
<style>
span { border-color: #F30316; }
span { border-color: rgb(243,3,22); }
td.TdClassName
{
border-color: #F30316;
}
.TagClassName
{
border-color: #F30316;
}
</style>