Shades of Torch Red #F40327
Tints of Torch Red #F40327
RGB
CMYK
RGB Variations
Color information
#F40327 (or 0xF40327) is known color: Torch Red. HEX triplet: F4, 03 and 27. RGB value is (244,3,39). Sum of RGB (Red+Green+Blue) = 244+3+39=286 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.31% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 244 - color contains mainly: red. Hex color #F40327 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40327 is #0BFCD8. Grayscale: #4F4F4F. Windows color (decimal): -785625 or 2556916. OLE color: 2556916.
HSL color Cylindrical-coordinate representation of color #F40327: hue angle of 351.04º 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 #F40327 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 39 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.04 |
| HSL | 351.04º | 0.98% | 0.48% | - |
| HSV(B) | 351.04º | 0.99% | 0.96% | - |
| XYZ | 37.71 | 19.44 | 3.69 | - |
| YUV | 79.16 | 105.34 | 245.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 39 | 0 | 0.99 | 0.84 | 0.04 | 351.04 | 0.98 | 0.48 |
| Hex | F4 | 3 | 27 | 0 | 63 | 54 | 4 | 15F | 62 | 30 |
| Octal | 364 | 3 | 47 | 0 | 143 | 124 | 4 | 537 | 142 | 60 |
| Binary | 11110100 | 11 | 100111 | 0 | 1100011 | 1010100 | 100 | 101011111 | 1100010 | 110000 |
Color Harmonies of #F40327
Complementary color
Monochromatic Colors of #F40327
Black with #F40327
Text Example
Text Example
White with #F40327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40327; }
p { color: rgb(244,3,39); }
H1.HeaderClassName
{
color: #F40327;
}
.AnyTagClassName
{
color: #F40327;
}
</style>
background-color css
<style>
a { background-color: #F40327; }
a { background-color: rgb(244,3,39); }
div.DivClassName
{
background-color: #F40327;
}
.BgClassName
{
background-color: #F40327;
}
</style>
border-color css
<style>
span { border-color: #F40327; }
span { border-color: rgb(244,3,39); }
td.TdClassName
{
border-color: #F40327;
}
.TagClassName
{
border-color: #F40327;
}
</style>