Shades of Torch Red #F4033A
Tints of Torch Red #F4033A
RGB
CMYK
RGB Variations
Color information
#F4033A (or 0xF4033A) is known color: Torch Red. HEX triplet: F4, 03 and 3A. RGB value is (244,3,58). Sum of RGB (Red+Green+Blue) = 244+3+58=305 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 244 - color contains mainly: red. Hex color #F4033A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4033A is #0BFCC5. Grayscale: #515151. Windows color (decimal): -785606 or 3802100. OLE color: 3802100.
HSL color Cylindrical-coordinate representation of color #F4033A: hue angle of 346.31º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4033A is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 58 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.04 |
| HSL | 346.31º | 0.98% | 0.48% | - |
| HSV(B) | 346.31º | 0.99% | 0.96% | - |
| XYZ | 38.1 | 19.6 | 5.78 | - |
| YUV | 81.33 | 114.84 | 244.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 58 | 0 | 0.99 | 0.76 | 0.04 | 346.31 | 0.98 | 0.48 |
| Hex | F4 | 3 | 3A | 0 | 63 | 4C | 4 | 15A | 62 | 30 |
| Octal | 364 | 3 | 72 | 0 | 143 | 114 | 4 | 532 | 142 | 60 |
| Binary | 11110100 | 11 | 111010 | 0 | 1100011 | 1001100 | 100 | 101011010 | 1100010 | 110000 |
Color Harmonies of #F4033A
Complementary color
Monochromatic Colors of #F4033A
Black with #F4033A
Text Example
Text Example
White with #F4033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4033A; }
p { color: rgb(244,3,58); }
H1.HeaderClassName
{
color: #F4033A;
}
.AnyTagClassName
{
color: #F4033A;
}
</style>
background-color css
<style>
a { background-color: #F4033A; }
a { background-color: rgb(244,3,58); }
div.DivClassName
{
background-color: #F4033A;
}
.BgClassName
{
background-color: #F4033A;
}
</style>
border-color css
<style>
span { border-color: #F4033A; }
span { border-color: rgb(244,3,58); }
td.TdClassName
{
border-color: #F4033A;
}
.TagClassName
{
border-color: #F4033A;
}
</style>