Shades of Torch Red #F40334
Tints of Torch Red #F40334
RGB
CMYK
RGB Variations
Color information
#F40334 (or 0xF40334) is known color: Torch Red. HEX triplet: F4, 03 and 34. RGB value is (244,3,52). Sum of RGB (Red+Green+Blue) = 244+3+52=299 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.61% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 244 - color contains mainly: red. Hex color #F40334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40334 is #0BFCCB. Grayscale: #505050. Windows color (decimal): -785612 or 3408884. OLE color: 3408884.
HSL color Cylindrical-coordinate representation of color #F40334: hue angle of 347.8º 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 #F40334 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 52 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.04 |
| HSL | 347.8º | 0.98% | 0.48% | - |
| HSV(B) | 347.8º | 0.99% | 0.96% | - |
| XYZ | 37.96 | 19.55 | 5.02 | - |
| YUV | 80.65 | 111.84 | 244.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 52 | 0 | 0.99 | 0.79 | 0.04 | 347.8 | 0.98 | 0.48 |
| Hex | F4 | 3 | 34 | 0 | 63 | 4F | 4 | 15C | 62 | 30 |
| Octal | 364 | 3 | 64 | 0 | 143 | 117 | 4 | 534 | 142 | 60 |
| Binary | 11110100 | 11 | 110100 | 0 | 1100011 | 1001111 | 100 | 101011100 | 1100010 | 110000 |
Color Harmonies of #F40334
Complementary color
Monochromatic Colors of #F40334
Black with #F40334
Text Example
Text Example
White with #F40334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40334; }
p { color: rgb(244,3,52); }
H1.HeaderClassName
{
color: #F40334;
}
.AnyTagClassName
{
color: #F40334;
}
</style>
background-color css
<style>
a { background-color: #F40334; }
a { background-color: rgb(244,3,52); }
div.DivClassName
{
background-color: #F40334;
}
.BgClassName
{
background-color: #F40334;
}
</style>
border-color css
<style>
span { border-color: #F40334; }
span { border-color: rgb(244,3,52); }
td.TdClassName
{
border-color: #F40334;
}
.TagClassName
{
border-color: #F40334;
}
</style>