Shades of Torch Red #F00423
Tints of Torch Red #F00423
RGB
CMYK
RGB Variations
Color information
#F00423 (or 0xF00423) is known color: Torch Red. HEX triplet: F0, 04 and 23. RGB value is (240,4,35). Sum of RGB (Red+Green+Blue) = 240+4+35=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F00423 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00423 is #0FFBDC. Grayscale: #4E4E4E. Windows color (decimal): -1047517 or 2295024. OLE color: 2295024.
HSL color Cylindrical-coordinate representation of color #F00423: hue angle of 352.12º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00423 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 35 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.06 |
| HSL | 352.12º | 0.97% | 0.48% | - |
| HSV(B) | 352.12º | 0.98% | 0.94% | - |
| XYZ | 36.28 | 18.73 | 3.29 | - |
| YUV | 78.1 | 103.69 | 243.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 35 | 0 | 0.98 | 0.85 | 0.06 | 352.12 | 0.97 | 0.48 |
| Hex | F0 | 4 | 23 | 0 | 62 | 55 | 6 | 160 | 61 | 30 |
| Octal | 360 | 4 | 43 | 0 | 142 | 125 | 6 | 540 | 141 | 60 |
| Binary | 11110000 | 100 | 100011 | 0 | 1100010 | 1010101 | 110 | 101100000 | 1100001 | 110000 |
Color Harmonies of #F00423
Complementary color
Monochromatic Colors of #F00423
Black with #F00423
Text Example
Text Example
White with #F00423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00423; }
p { color: rgb(240,4,35); }
H1.HeaderClassName
{
color: #F00423;
}
.AnyTagClassName
{
color: #F00423;
}
</style>
background-color css
<style>
a { background-color: #F00423; }
a { background-color: rgb(240,4,35); }
div.DivClassName
{
background-color: #F00423;
}
.BgClassName
{
background-color: #F00423;
}
</style>
border-color css
<style>
span { border-color: #F00423; }
span { border-color: rgb(240,4,35); }
td.TdClassName
{
border-color: #F00423;
}
.TagClassName
{
border-color: #F00423;
}
</style>