Shades of Torch Red #F40423
Tints of Torch Red #F40423
RGB
CMYK
RGB Variations
Color information
#F40423 (or 0xF40423) is known color: Torch Red. HEX triplet: F4, 04 and 23. RGB value is (244,4,35). Sum of RGB (Red+Green+Blue) = 244+4+35=283 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.22% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 244 - color contains mainly: red. Hex color #F40423 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40423 is #0BFBDC. Grayscale: #4F4F4F. Windows color (decimal): -785373 or 2295028. OLE color: 2295028.
HSL color Cylindrical-coordinate representation of color #F40423: hue angle of 352.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40423 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 35 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.04 |
| HSL | 352.25º | 0.97% | 0.49% | - |
| HSV(B) | 352.25º | 0.98% | 0.96% | - |
| XYZ | 37.66 | 19.44 | 3.36 | - |
| YUV | 79.29 | 103.01 | 245.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 35 | 0 | 0.98 | 0.86 | 0.04 | 352.25 | 0.97 | 0.49 |
| Hex | F4 | 4 | 23 | 0 | 62 | 56 | 4 | 160 | 61 | 31 |
| Octal | 364 | 4 | 43 | 0 | 142 | 126 | 4 | 540 | 141 | 61 |
| Binary | 11110100 | 100 | 100011 | 0 | 1100010 | 1010110 | 100 | 101100000 | 1100001 | 110001 |
Color Harmonies of #F40423
Complementary color
Monochromatic Colors of #F40423
Black with #F40423
Text Example
Text Example
White with #F40423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40423; }
p { color: rgb(244,4,35); }
H1.HeaderClassName
{
color: #F40423;
}
.AnyTagClassName
{
color: #F40423;
}
</style>
background-color css
<style>
a { background-color: #F40423; }
a { background-color: rgb(244,4,35); }
div.DivClassName
{
background-color: #F40423;
}
.BgClassName
{
background-color: #F40423;
}
</style>
border-color css
<style>
span { border-color: #F40423; }
span { border-color: rgb(244,4,35); }
td.TdClassName
{
border-color: #F40423;
}
.TagClassName
{
border-color: #F40423;
}
</style>