Shades of Torch Red #F00623
Tints of Torch Red #F00623
RGB
CMYK
RGB Variations
Color information
#F00623 (or 0xF00623) is known color: Torch Red. HEX triplet: F0, 06 and 23. RGB value is (240,6,35). Sum of RGB (Red+Green+Blue) = 240+6+35=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F00623 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00623 is #0FF9DC. Grayscale: #4F4F4F. Windows color (decimal): -1047005 or 2295536. OLE color: 2295536.
HSL color Cylindrical-coordinate representation of color #F00623: hue angle of 352.56º degrees, saturation: 0.95, 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 #F00623 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 35 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.06 |
| HSL | 352.56º | 0.95% | 0.48% | - |
| HSV(B) | 352.56º | 0.98% | 0.94% | - |
| XYZ | 36.3 | 18.78 | 3.3 | - |
| YUV | 79.27 | 103.02 | 242.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 35 | 0 | 0.98 | 0.85 | 0.06 | 352.56 | 0.95 | 0.48 |
| Hex | F0 | 6 | 23 | 0 | 62 | 55 | 6 | 161 | 5F | 30 |
| Octal | 360 | 6 | 43 | 0 | 142 | 125 | 6 | 541 | 137 | 60 |
| Binary | 11110000 | 110 | 100011 | 0 | 1100010 | 1010101 | 110 | 101100001 | 1011111 | 110000 |
Color Harmonies of #F00623
Complementary color
Monochromatic Colors of #F00623
Black with #F00623
Text Example
Text Example
White with #F00623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00623; }
p { color: rgb(240,6,35); }
H1.HeaderClassName
{
color: #F00623;
}
.AnyTagClassName
{
color: #F00623;
}
</style>
background-color css
<style>
a { background-color: #F00623; }
a { background-color: rgb(240,6,35); }
div.DivClassName
{
background-color: #F00623;
}
.BgClassName
{
background-color: #F00623;
}
</style>
border-color css
<style>
span { border-color: #F00623; }
span { border-color: rgb(240,6,35); }
td.TdClassName
{
border-color: #F00623;
}
.TagClassName
{
border-color: #F00623;
}
</style>