Shades of Torch Red #F00223
Tints of Torch Red #F00223
RGB
CMYK
RGB Variations
Color information
#F00223 (or 0xF00223) is known color: Torch Red. HEX triplet: F0, 02 and 23. RGB value is (240,2,35). Sum of RGB (Red+Green+Blue) = 240+2+35=277 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.64% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 240 - color contains mainly: red. Hex color #F00223 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00223 is #0FFDDC. Grayscale: #4D4D4D. Windows color (decimal): -1048029 or 2294512. OLE color: 2294512.
HSL color Cylindrical-coordinate representation of color #F00223: hue angle of 351.68º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00223 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.06 |
| HSL | 351.68º | 0.98% | 0.47% | - |
| HSV(B) | 351.68º | 0.99% | 0.94% | - |
| XYZ | 36.26 | 18.69 | 3.29 | - |
| YUV | 76.92 | 104.35 | 244.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 35 | 0 | 0.99 | 0.85 | 0.06 | 351.68 | 0.98 | 0.47 |
| Hex | F0 | 2 | 23 | 0 | 63 | 55 | 6 | 160 | 62 | 2F |
| Octal | 360 | 2 | 43 | 0 | 143 | 125 | 6 | 540 | 142 | 57 |
| Binary | 11110000 | 10 | 100011 | 0 | 1100011 | 1010101 | 110 | 101100000 | 1100010 | 101111 |
Color Harmonies of #F00223
Complementary color
Monochromatic Colors of #F00223
Black with #F00223
Text Example
Text Example
White with #F00223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00223; }
p { color: rgb(240,2,35); }
H1.HeaderClassName
{
color: #F00223;
}
.AnyTagClassName
{
color: #F00223;
}
</style>
background-color css
<style>
a { background-color: #F00223; }
a { background-color: rgb(240,2,35); }
div.DivClassName
{
background-color: #F00223;
}
.BgClassName
{
background-color: #F00223;
}
</style>
border-color css
<style>
span { border-color: #F00223; }
span { border-color: rgb(240,2,35); }
td.TdClassName
{
border-color: #F00223;
}
.TagClassName
{
border-color: #F00223;
}
</style>